Class URLTypeDeserializer
java.lang.Object
org.eclipse.yasson.internal.serializer.AbstractValueTypeDeserializer<URL>
org.eclipse.yasson.internal.serializer.URLTypeDeserializer
- All Implemented Interfaces:
javax.json.bind.serializer.JsonbDeserializer<URL>
Deserializer for
URL type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URLdeserialize(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 Details
-
URLTypeDeserializer
Creates a new instance.- Parameters:
customization- Model customization.
-
-
Method Details
-
deserialize
Description copied from class:AbstractValueTypeDeserializerConvert string value to object.- Overrides:
deserializein classAbstractValueTypeDeserializer<URL>- Parameters:
jsonValue- Json value.unmarshaller- Unmarshaller instance.rtType- Runtime type.- Returns:
- Deserialized object.
-