@Internal @Singleton @Requires(property="jackson.bean-introspection-module", notEquals="false") public class BeanIntrospectionModule extends com.fasterxml.jackson.databind.module.SimpleModule
| Constructor and Description |
|---|
BeanIntrospectionModule()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected BeanIntrospection<java.lang.Object> |
findIntrospection(java.lang.Class<?> beanClass)
Find an introspection for the given class.
|
_checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, version@Nullable protected BeanIntrospection<java.lang.Object> findIntrospection(java.lang.Class<?> beanClass)
beanClass - The bean class