Class ResourceSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class ResourceSerializer extends JsonSerializer<T>- Since:
2023-01-13
trydofor
-
-
Constructor Summary
Constructors Constructor Description ResourceSerializer()
-
Method Summary
Modifier and Type Method Description voidserialize(Resource value, JsonGenerator gen, SerializerProvider serializers)-
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
serialize
void serialize(Resource value, JsonGenerator gen, SerializerProvider serializers)
-
-
-
-