Class PathTypeDeserializer
- java.lang.Object
-
- org.eclipse.yasson.internal.serializer.AbstractValueTypeDeserializer<Path>
-
- org.eclipse.yasson.internal.serializer.PathTypeDeserializer
-
- All Implemented Interfaces:
javax.json.bind.serializer.JsonbDeserializer<Path>
public class PathTypeDeserializer extends AbstractValueTypeDeserializer<Path>
-
-
Constructor Summary
Constructors Constructor Description PathTypeDeserializer(Customization customization)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Path
deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
Convert string value to object.-
Methods inherited from class org.eclipse.yasson.internal.serializer.AbstractValueTypeDeserializer
deserialize, getCustomization, getPropertyType
-
-
-
-
Constructor Detail
-
PathTypeDeserializer
public PathTypeDeserializer(Customization customization)
-
-
Method Detail
-
deserialize
protected Path deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
Description copied from class:AbstractValueTypeDeserializer
Convert string value to object.- Overrides:
deserialize
in classAbstractValueTypeDeserializer<Path>
- Parameters:
jsonValue
- Json value.unmarshaller
- Unmarshaller instance.rtType
- Runtime type.- Returns:
- Deserialized object.
-
-