Class URLTypeDeserializer

  • All Implemented Interfaces:
    javax.json.bind.serializer.JsonbDeserializer<URL>

    public class URLTypeDeserializer
    extends AbstractValueTypeDeserializer<URL>
    Deserializer for URL type.
    Author:
    David Kral
    • Constructor Detail

      • URLTypeDeserializer

        public URLTypeDeserializer​(Customization customization)
        Creates a new instance.
        Parameters:
        customization - Model customization.