java.lang.Object
tools.jackson.databind.BeanDescription.SupplierBase
tools.jackson.databind.BeanDescription.LazySupplier
- All Implemented Interfaces:
Supplier<BeanDescription>,BeanDescription.Supplier
- Enclosing class:
- BeanDescription
Partial implementation for lazily-constructed suppliers for
BeanDescription instances.-
Field Summary
FieldsFields inherited from class tools.jackson.databind.BeanDescription.SupplierBase
_classFormat, _config, _type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BeanDescription_construct(JavaType forType, AnnotatedClass ac) protected abstract AnnotatedClass_introspect(JavaType forType) get()Methods inherited from class tools.jackson.databind.BeanDescription.SupplierBase
findExpectedFormat, getBeanClass, getType, isRecordType
-
Field Details
-
_classDesc
-
_beanDesc
-
-
Constructor Details
-
LazySupplier
-
-
Method Details
-
getClassAnnotations
-
getClassInfo
-
get
-
_introspect
-
_construct
-