Uses of Class
org.eclipse.yasson.internal.Unmarshaller
-
Packages that use Unmarshaller Package Description org.eclipse.yasson.internal.serializer -
-
Uses of Unmarshaller in org.eclipse.yasson.internal.serializer
Methods in org.eclipse.yasson.internal.serializer with parameters of type Unmarshaller Modifier and Type Method Description T
AbstractDateTimeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected T
AbstractValueTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
Convert string value to object.BigDecimal
BigDecimalTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
BigInteger
BigIntegerTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected byte[]
ByteArrayBase64Deserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Byte
ByteTypeDeserializer. deserialize(String value, Unmarshaller unmarshaller, Type rtType)
protected Character
CharacterTypeDeserializer. deserialize(String value, Unmarshaller unmarshaller, Type rtType)
protected Double
DoubleTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Duration
DurationTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Enum
EnumTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Float
FloatTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Integer
IntegerTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected javax.json.JsonNumber
JsonNumberTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected javax.json.JsonString
JsonStringTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected javax.json.JsonValue
JsonValueDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Long
LongTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Number
NumberTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected OptionalDouble
OptionalDoubleTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected OptionalInt
OptionalIntTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected OptionalLong
OptionalLongTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Path
PathTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Period
PeriodTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected Short
ShortTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected String
StringTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected TimeZone
TimeZoneTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected URI
URITypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected URL
URLTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected UUID
UUIDTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected ZoneId
ZoneIdTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected ZoneOffset
ZoneOffsetTypeDeserializer. deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
protected void
AbstractContainerDeserializer. deserializeInternal(JsonbParser parser, Unmarshaller context)
Deserialize specific item type.protected void
JsonArrayDeserializer. deserializeInternal(JsonbParser parser, Unmarshaller context)
protected void
JsonObjectDeserializer. deserializeInternal(JsonbParser parser, Unmarshaller context)
void
UserDeserializerDeserializer. deserializeInternal(JsonbParser parser, Unmarshaller context)
protected void
AbstractArrayDeserializer. deserializeNext(javax.json.stream.JsonParser parser, Unmarshaller context)
protected abstract void
AbstractContainerDeserializer. deserializeNext(javax.json.stream.JsonParser parser, Unmarshaller context)
Determine class mappings and create an instance of a new deserializer.protected void
AbstractJsonpDeserializer. deserializeNext(javax.json.stream.JsonParser parser, Unmarshaller context)
protected void
MapDeserializer. deserializeNext(javax.json.stream.JsonParser parser, Unmarshaller context)
protected void
UserDeserializerDeserializer. deserializeNext(javax.json.stream.JsonParser parser, Unmarshaller context)
protected abstract T
AbstractContainerDeserializer. getInstance(Unmarshaller unmarshaller)
Creates and initializes an instance of deserializing item.boolean[]
BooleanArrayDeserializer. getInstance(Unmarshaller unmarshaller)
byte[]
ByteArrayDeserializer. getInstance(Unmarshaller unmarshaller)
char[]
CharArrayDeserializer. getInstance(Unmarshaller unmarshaller)
double[]
DoubleArrayDeserializer. getInstance(Unmarshaller unmarshaller)
float[]
FloatArrayDeserializer. getInstance(Unmarshaller unmarshaller)
int[]
IntArrayDeserializer. getInstance(Unmarshaller unmarshaller)
javax.json.JsonArray
JsonArrayDeserializer. getInstance(Unmarshaller unmarshaller)
javax.json.JsonObject
JsonObjectDeserializer. getInstance(Unmarshaller unmarshaller)
long[]
LongArrayDeserializer. getInstance(Unmarshaller unmarshaller)
T
MapDeserializer. getInstance(Unmarshaller unmarshaller)
T[]
ObjectArrayDeserializer. getInstance(Unmarshaller unmarshaller)
short[]
ShortArrayDeserializer. getInstance(Unmarshaller unmarshaller)
T
UserDeserializerDeserializer. getInstance(Unmarshaller unmarshaller)
-