Class URITypeSerializer

java.lang.Object
org.eclipse.yasson.internal.serializer.AbstractValueTypeSerializer<URI>
org.eclipse.yasson.internal.serializer.URITypeSerializer
All Implemented Interfaces:
javax.json.bind.serializer.JsonbSerializer<URI>

public class URITypeSerializer extends AbstractValueTypeSerializer<URI>
Serializer for URI type.
  • Constructor Details

    • URITypeSerializer

      public URITypeSerializer(Customization customization)
      Creates a new instance.
      Parameters:
      customization - Model customization.
  • Method Details