@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 io.micronaut.core.beans.BeanIntrospection<java.lang.Object> |
findIntrospection(java.lang.Class<?> beanClass)
Find an introspection for the given class.
|
void |
setupModule(com.fasterxml.jackson.databind.Module.SetupContext context) |
_checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setValueInstantiators, version
public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
setupModule
in class com.fasterxml.jackson.databind.module.SimpleModule
@Nullable protected io.micronaut.core.beans.BeanIntrospection<java.lang.Object> findIntrospection(java.lang.Class<?> beanClass)
beanClass
- The bean class