Uses of Interface
se.l4.commons.serialization.spi.Type
-
Uses of Type in se.l4.commons.serialization
Methods in se.l4.commons.serialization that return Type Modifier and Type Method Description TypeSerializerFormatDefinition.FieldDefinition. getType()Methods in se.l4.commons.serialization with parameters of type Type Modifier and Type Method Description protected Serializer<?>AbstractSerializerCollection. createVia(SerializerResolver<?> resolver, Type type, Annotation... hints)Create a newSerializerfor the given type and hints via a specificresolverinstance.Serializer<?>AbstractSerializerCollection. find(Type type)Serializer<?>AbstractSerializerCollection. find(Type type, Annotation... hints)Serializer<?>SerializerCollection. find(Type type)Find a serializer suitable for the specified type.Serializer<?>SerializerCollection. find(Type type, Annotation... hints)Find a serializer suitable for the specified type.<T> Serializer<T>AbstractSerializerCollection. findVia(Class<? extends SerializerOrResolver<T>> resolver, Type type, Annotation... hints)<T> Serializer<T>SerializerCollection. findVia(Class<? extends SerializerOrResolver<T>> resolver, Type type, Annotation... hints)Find a serializer using a specificSerializerResolver.SerializerFormatDefinition.FieldBuilderSerializerFormatDefinition.FieldBuilder. withType(Type type)Set information about the Java-type.Constructors in se.l4.commons.serialization with parameters of type Type Constructor Description FieldDefinition(String name, SerializerFormatDefinition definition, Type type, Annotation[] hints) -
Uses of Type in se.l4.commons.serialization.collections
Methods in se.l4.commons.serialization.collections with parameters of type Type Modifier and Type Method Description static Serializer<?>CollectionSerializers. resolveSerializer(TypeEncounter encounter, Type type) -
Uses of Type in se.l4.commons.serialization.internal
Classes in se.l4.commons.serialization.internal that implement Type Modifier and Type Class Description classTypeViaResolvedTypeImplementation ofTypethat usesResolvedType.Methods in se.l4.commons.serialization.internal that return Type Modifier and Type Method Description Type[]TypeViaResolvedType. getParameters()TypeTypeEncounterImpl. getType()Constructors in se.l4.commons.serialization.internal with parameters of type Type Constructor Description DelayedSerializer(SerializerCollection collection, Type type, Annotation[] hints)TypeEncounterImpl(SerializerCollection collection, Type type, List<Annotation> annotations) -
Uses of Type in se.l4.commons.serialization.internal.reflection
Methods in se.l4.commons.serialization.internal.reflection with parameters of type Type Modifier and Type Method Description static <T> FactoryDefinition<T>FactoryDefinition. resolve(SerializerCollection collection, Type parentType, Map<String,FieldDefinition> fields, Map<String,FieldDefinition> nonRenamed, com.fasterxml.classmate.members.ResolvedConstructor constructor) -
Uses of Type in se.l4.commons.serialization.spi
Classes in se.l4.commons.serialization.spi that implement Type Modifier and Type Class Description classTypeViaClassImplementation ofTypeViaClassthat wraps aClass.Methods in se.l4.commons.serialization.spi that return Type Modifier and Type Method Description Type[]Type. getParameters()Get all of the parameters for this type.Type[]TypeViaClass. getParameters()TypeTypeEncounter. getType()Get the type encountered.