Uses of Enum
com.jsoniter.ValueType
Packages that use ValueType
-
Uses of ValueType in com.jsoniter
Fields in com.jsoniter declared as ValueTypeModifier and TypeFieldDescription(package private) static final ValueType[]
JsonIterator.valueTypes
Methods in com.jsoniter that return ValueTypeModifier and TypeMethodDescriptionstatic ValueType
Returns the enum constant of this type with the specified name.static ValueType[]
ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.JsonIterator.whatIsNext()
-
Uses of ValueType in com.jsoniter.any
Methods in com.jsoniter.any that return ValueTypeModifier and TypeMethodDescriptionabstract ValueType
Any.valueType()
ArrayAny.valueType()
ArrayLazyAny.valueType()
ArrayWrapperAny.valueType()
DoubleAny.valueType()
DoubleLazyAny.valueType()
FalseAny.valueType()
FloatAny.valueType()
IntAny.valueType()
abstract ValueType
LazyAny.valueType()
ListWrapperAny.valueType()
LongAny.valueType()
LongLazyAny.valueType()
MapWrapperAny.valueType()
NotFoundAny.valueType()
NullAny.valueType()
ObjectAny.valueType()
ObjectLazyAny.valueType()
StringAny.valueType()
StringLazyAny.valueType()
TrueAny.valueType()
Methods in com.jsoniter.any with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected JsonException
Any.reportUnexpectedType
(ValueType toType)