Skip navigation links
C D E F G H P S T W _ 

C

CommonsLangDeserializers - Class in top.infra.jackson2
BasicDeserializerFactory.findDefaultDeserializer(DeserializationContext, JavaType, BeanDescription) BeanDeserializerFactory com.fasterxml.jackson.datatype.guava.GuavaDeserializers
CommonsLangDeserializers(DeserializerFactory) - Constructor for class top.infra.jackson2.CommonsLangDeserializers
 
CommonsLangJackson2AutoConfiguration - Class in top.infra.jackson2
 
CommonsLangJackson2AutoConfiguration() - Constructor for class top.infra.jackson2.CommonsLangJackson2AutoConfiguration
 
commonsLangJackson2Customizer() - Method in class top.infra.jackson2.CommonsLangJackson2AutoConfiguration
 
CommonsLangJackson2Customizer - Class in top.infra.jackson2
 
CommonsLangJackson2Customizer() - Constructor for class top.infra.jackson2.CommonsLangJackson2Customizer
 
CommonsLangJackson2MapperCustomizerFactory - Class in top.infra.jackson2
 
CommonsLangJackson2MapperCustomizerFactory() - Constructor for class top.infra.jackson2.CommonsLangJackson2MapperCustomizerFactory
 
CommonsLangModule - Class in top.infra.jackson2
 
CommonsLangModule() - Constructor for class top.infra.jackson2.CommonsLangModule
 
CommonsLangSerializers - Class in top.infra.jackson2
BasicSerializerFactory.buildMapEntrySerializer(SerializationConfig, JavaType, BeanDescription, boolean, JavaType, JavaType).
CommonsLangSerializers() - Constructor for class top.infra.jackson2.CommonsLangSerializers
 
createContextual(DeserializationContext, BeanProperty) - Method in class top.infra.jackson2.deser.PairDeserializer
Method called to finalize setup of this deserializer, when it is known for which property deserializer is needed for.
createContextual(SerializerProvider, BeanProperty) - Method in class top.infra.jackson2.ser.PairSerializer
 
createTypeSerializer(SerializationConfig, JavaType) - Method in class top.infra.jackson2.CommonsLangSerializers
see: BasicSerializerFactory.createTypeSerializer(SerializationConfig, JavaType).
customize(Jackson2Properties, ObjectMapper) - Method in class top.infra.jackson2.CommonsLangJackson2Customizer
 
customize(Jackson2Properties, Jackson2ObjectMapperBuilder) - Method in class top.infra.jackson2.CommonsLangJackson2Customizer
 

D

deserialize(JsonParser, DeserializationContext) - Method in class top.infra.jackson2.deser.PairDeserializer
 
deserialize(JsonParser, DeserializationContext, Pair<Object, Object>) - Method in class top.infra.jackson2.deser.PairDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class top.infra.jackson2.deser.PairDeserializer
 

E

equals(Object) - Method in class top.infra.jackson2.CommonsLangModule
 

F

findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class top.infra.jackson2.CommonsLangDeserializers
 
findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class top.infra.jackson2.CommonsLangSerializers
 

G

getModuleName() - Method in class top.infra.jackson2.CommonsLangModule
 
getObject() - Method in class top.infra.jackson2.CommonsLangJackson2MapperCustomizerFactory
 
getValueType() - Method in class top.infra.jackson2.deser.PairDeserializer
 

H

hashCode() - Method in class top.infra.jackson2.CommonsLangModule
 

P

PairDeserializer - Class in top.infra.jackson2.deser
see: MapEntryDeserializer.
PairDeserializer(JavaType, JsonDeserializer<Object>, TypeDeserializer, JsonDeserializer<Object>, TypeDeserializer) - Constructor for class top.infra.jackson2.deser.PairDeserializer
 
PairDeserializer(PairDeserializer) - Constructor for class top.infra.jackson2.deser.PairDeserializer
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.
PairDeserializer(PairDeserializer, JsonDeserializer<Object>, TypeDeserializer, JsonDeserializer<Object>, TypeDeserializer) - Constructor for class top.infra.jackson2.deser.PairDeserializer
 
PairSerializer - Class in top.infra.jackson2.ser
see: MapEntrySerializer.
PairSerializer(JavaType, JavaType, JavaType, boolean, TypeSerializer, TypeSerializer, BeanProperty) - Constructor for class top.infra.jackson2.ser.PairSerializer
 
PairSerializer(PairSerializer, BeanProperty, TypeSerializer, JsonSerializer<?>, JsonSerializer<?>) - Constructor for class top.infra.jackson2.ser.PairSerializer
 

S

serialize(Pair<?, ?>, JsonGenerator, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
 
serializeDynamic(Pair<?, ?>, JsonGenerator, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
 
serializeWithType(Pair<?, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class top.infra.jackson2.ser.PairSerializer
 
setupModule(Module.SetupContext) - Method in class top.infra.jackson2.CommonsLangModule
 

T

top.infra.jackson2 - package top.infra.jackson2
 
top.infra.jackson2.deser - package top.infra.jackson2.deser
 
top.infra.jackson2.ser - package top.infra.jackson2.ser
 

W

withResolved(TypeDeserializer, JsonDeserializer<?>, TypeDeserializer, JsonDeserializer<?>) - Method in class top.infra.jackson2.deser.PairDeserializer
Fluent factory method used to create a copy with slightly different settings.
withResolved(BeanProperty, JsonSerializer<?>, JsonSerializer<?>) - Method in class top.infra.jackson2.ser.PairSerializer
 
wrapAndThrow(Throwable, Object, String) - Method in class top.infra.jackson2.deser.PairDeserializer
Helper method called by various Map(-like) deserializers.

_

_dks - Variable in class top.infra.jackson2.ser.PairSerializer
dynamicKeySerializers, If key type can not be statically determined, mapping from runtime key types to serializers are stored in this object.
_dvs - Variable in class top.infra.jackson2.ser.PairSerializer
dynamicValueSerializers, If value type can not be statically determined, mapping from runtime value types to serializers are stored in this object.
_entryType - Variable in class top.infra.jackson2.ser.PairSerializer
 
_findAndAddDynamicKeySerializer(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
 
_findAndAddDynamicKeySerializer(PropertySerializerMap, JavaType, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
 
_findAndAddDynamicValueSerializer(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
 
_findAndAddDynamicValueSerializer(PropertySerializerMap, JavaType, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
 
_keyDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
Key deserializer to use; either passed via constructor (when indicated by annotations), or resolved when createContextual(com.fasterxml.jackson.databind.DeserializationContext, com.fasterxml.jackson.databind.BeanProperty) is called;
_keyType - Variable in class top.infra.jackson2.ser.PairSerializer
 
_keyTypeDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
If key instances have polymorphic type information, this is the type deserializer that can handle it
_ks - Variable in class top.infra.jackson2.ser.PairSerializer
Key serializer to use, if it can be statically determined
_kts - Variable in class top.infra.jackson2.ser.PairSerializer
keyTypeSerializer, Type identifier serializer used for keys, if any.
_property - Variable in class top.infra.jackson2.ser.PairSerializer
property being serialized with this instance
_staticTyping - Variable in class top.infra.jackson2.ser.PairSerializer
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used)
_type - Variable in class top.infra.jackson2.deser.PairDeserializer
 
_valueDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
Value deserializer.
_valueType - Variable in class top.infra.jackson2.ser.PairSerializer
 
_valueTypeDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
_vs - Variable in class top.infra.jackson2.ser.PairSerializer
Value serializer to use, if it can be statically determined
_vts - Variable in class top.infra.jackson2.ser.PairSerializer
valueTypeSerializer, Type identifier serializer used for values, if any.
C D E F G H P S T W _ 
Skip navigation links

Copyright © 2018. All rights reserved.