| Modifier and Type | Method and Description |
|---|---|
ConfigBuilder |
ConfigBuilder.withSerializerCollection(SerializerCollection serializers)
Set the the
SerializerCollection to use when reading the
configuration files. |
| Modifier and Type | Method and Description |
|---|---|
ConfigBuilder |
ConfigBuilderImpl.withSerializerCollection(SerializerCollection serializers) |
| Constructor and Description |
|---|
DefaultConfig(SerializerCollection collection,
javax.validation.ValidatorFactory validatorFactory,
File root,
Map<String,Object> data) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSerializerCollection
Default implementation of
SerializerCollection. |
class |
DefaultSerializerCollection
Default implementation of
SerializerCollection. |
class |
WrappedSerializerCollection
Implementation of
SerializerCollection that wraps another
collection. |
| Modifier and Type | Method and Description |
|---|---|
SerializerCollection |
AbstractSerializerCollection.bind(Class<?> type) |
SerializerCollection |
SerializerCollection.bind(Class<?> type)
Bind a certain type automatically discovering which serializer to
use.
|
<T> SerializerCollection |
AbstractSerializerCollection.bind(Class<T> type,
Serializer<T> serializer) |
<T> SerializerCollection |
SerializerCollection.bind(Class<T> type,
Serializer<T> serializer)
Bind a given type to the specified serializer.
|
<T> SerializerCollection |
SerializerCollection.bind(Class<T> type,
SerializerResolver<? extends T> resolver)
Bind a given type to the specified resolver.
|
<T> SerializerCollection |
WrappedSerializerCollection.bind(Class<T> type,
SerializerResolver<? extends T> resolver) |
<T> SerializerCollection |
DefaultSerializerCollection.bind(Class<T> type,
SerializerResolver<? extends T> resolver) |
| Constructor and Description |
|---|
WrappedSerializerCollection(SerializerCollection other) |
| Modifier and Type | Method and Description |
|---|---|
SerializerCollection |
TypeEncounterImpl.getCollection() |
| Constructor and Description |
|---|
DelayedSerializer(SerializerCollection collection,
Type type,
Annotation[] hints) |
TypeEncounterImpl(SerializerCollection collection,
Type type,
List<Annotation> annotations) |
| Constructor and Description |
|---|
FactoryDefinition(SerializerCollection collection,
Map<String,FieldDefinition> fields,
Map<String,FieldDefinition> nonRenamed,
com.fasterxml.classmate.members.ResolvedConstructor constructor) |
| Modifier and Type | Method and Description |
|---|---|
SerializerCollection |
TypeEncounter.getCollection()
Get the collection this encounter is for.
|
| Constructor and Description |
|---|
CompactDynamicSerializer(SerializerCollection collection) |
DynamicSerializer(SerializerCollection collection) |
Copyright © 2017. All rights reserved.