We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Primitive Config Objects are config types that represent JsonPrimitives.
JsonPrimitive
NumberPrimitiveObject
Number
Float Double Integer BigDecimal Long Short BigInteger Byte
Float
Double
Integer
BigDecimal
Long
Short
BigInteger
Byte
StringPrimitiveObject
String
BooleanPrimitiveObject
Boolean
Primitive object types do not need to declare their type, even in a registry config. This is due to JsonPrimitives being parsed specially.
Home