Class CustomOverridingAttributeSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<TypedValue>
org.openprovenance.prov.core.jsonld11.serialization.serial.CustomOverridingAttributeSerializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class CustomOverridingAttributeSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<TypedValue>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None -
Constructor Summary
ConstructorsConstructorDescriptionCustomOverridingAttributeSerializer(com.fasterxml.jackson.databind.JsonSerializer<TypedValue> serializer) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidserialize(TypedValue o, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
-
Constructor Details
-
CustomOverridingAttributeSerializer
public CustomOverridingAttributeSerializer(com.fasterxml.jackson.databind.JsonSerializer<TypedValue> serializer)
-
-
Method Details
-
serialize
public final void serialize(TypedValue o, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException - Specified by:
serializein classcom.fasterxml.jackson.databind.JsonSerializer<TypedValue>- Throws:
IOException
-