Class PathTypeDeserializer

  • All Implemented Interfaces:
    javax.json.bind.serializer.JsonbDeserializer<java.nio.file.Path>

    public class PathTypeDeserializer
    extends AbstractValueTypeDeserializer<java.nio.file.Path>
    • Constructor Detail

      • PathTypeDeserializer

        public PathTypeDeserializer​(Customization customization)
    • Method Detail

      • deserialize

        protected java.nio.file.Path deserialize​(java.lang.String jsonValue,
                                                 Unmarshaller unmarshaller,
                                                 java.lang.reflect.Type rtType)
        Description copied from class: AbstractValueTypeDeserializer
        Convert string value to object.
        Overrides:
        deserialize in class AbstractValueTypeDeserializer<java.nio.file.Path>
        Parameters:
        jsonValue - Json value.
        unmarshaller - Unmarshaller instance.
        rtType - Runtime type.
        Returns:
        Deserialized object.