Skip to content

Primitive Config Objects

ItsMeNotJames edited this page Oct 23, 2023 · 1 revision

Introduction

Primitive Config Objects are config types that represent JsonPrimitives.

Types

  • NumberPrimitiveObject – represents Number
  • Float
  • Double
  • Integer
  • BigDecimal
  • Long
  • Short
  • BigInteger
  • Byte
  • StringPrimitiveObject – represents String
  • BooleanPrimitiveObject – represents Boolean

Additional Note

Primitive object types do not need to declare their type, even in a registry config. This is due to JsonPrimitives being parsed specially.