Package xyz.block.ftl.runtime
Class JsonSerializationConfig.TypeAliasSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,com.fasterxml.jackson.databind.jsonschema.SchemaAware,java.io.Serializable
public class JsonSerializationConfig.TypeAliasSerializer<T, S> extends StdSerializer<T>
-
-
Constructor Summary
Constructors Constructor Description JsonSerializationConfig.TypeAliasSerializer(Class<T> type, Class<S> serializedType, TypeAliasMapper<T, S> mapper)
-
Method Summary
Modifier and Type Method Description voidserialize(T value, JsonGenerator gen, SerializerProvider provider)-
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
acceptJsonFormatVisitor, getSchema, handledType, wrapAndThrow -
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
getDelegatee, 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
-
-