-
Notifications
You must be signed in to change notification settings - Fork 0
Primitive Config Objects
ItsMeNotJames edited this page Oct 23, 2023
·
1 revision
Primitive Config Objects are config types that represent JsonPrimitive
s.
-
NumberPrimitiveObject
– representsNumber
Float
Double
Integer
BigDecimal
Long
Short
BigInteger
Byte
-
StringPrimitiveObject
– representsString
-
BooleanPrimitiveObject
– representsBoolean
Primitive object types do not need to declare their type, even in a registry config. This is due to JsonPrimitive
s being parsed specially.