Uses of Enum
com.jsoniter.ValueType
Packages that use ValueType
-
Uses of ValueType in com.jsoniter
Subclasses with type arguments of type ValueType in com.jsoniterFields in com.jsoniter declared as ValueTypeModifier and TypeFieldDescription(package private) static final ValueType[]JsonIterator.valueTypesMethods in com.jsoniter that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeReturns 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 ValueTypeAny.valueType()ArrayAny.valueType()ArrayLazyAny.valueType()ArrayWrapperAny.valueType()DoubleAny.valueType()DoubleLazyAny.valueType()FalseAny.valueType()FloatAny.valueType()IntAny.valueType()abstract ValueTypeLazyAny.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 JsonExceptionAny.reportUnexpectedType(ValueType toType)