java.lang.Object
org.eclipse.yasson.internal.serializer.types.TypeSerializer<URI>
org.eclipse.yasson.internal.serializer.types.UriSerializer
- All Implemented Interfaces:
ModelSerializer
Serializer of the
URI
type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
serializeValue
(URI value, jakarta.json.stream.JsonGenerator generator, SerializationContextImpl context) Methods inherited from class org.eclipse.yasson.internal.serializer.types.TypeSerializer
serialize, serializeKey
-
Constructor Details
-
UriSerializer
UriSerializer(TypeSerializerBuilder serializerBuilder)
-
-
Method Details
-
serializeValue
void serializeValue(URI value, jakarta.json.stream.JsonGenerator generator, SerializationContextImpl context) - Specified by:
serializeValue
in classTypeSerializer<URI>
-