java.lang.Object
tools.jackson.databind.BeanDescription.SupplierBase
- All Implemented Interfaces:
Supplier<BeanDescription>,BeanDescription.Supplier
- Direct Known Subclasses:
BeanDescription.EagerSupplier,BeanDescription.LazySupplier
- Enclosing class:
- BeanDescription
protected abstract static class BeanDescription.SupplierBase
extends Object
implements BeanDescription.Supplier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JsonFormat.ValueFormat definitions lazily introspected from class annotationsprotected final MapperConfig<?>protected final JavaType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindExpectedFormat(Class<?> baseType) Class<?>getType()booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.jackson.databind.BeanDescription.Supplier
get, getClassAnnotations, getClassInfo
-
Field Details
-
_config
-
_type
-
_classFormat
Format definitions lazily introspected from class annotations
-
-
Constructor Details
-
SupplierBase
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceBeanDescription.Supplier
-
getBeanClass
- Specified by:
getBeanClassin interfaceBeanDescription.Supplier
-
isRecordType
public boolean isRecordType()- Specified by:
isRecordTypein interfaceBeanDescription.Supplier
-
findExpectedFormat
- Specified by:
findExpectedFormatin interfaceBeanDescription.Supplier
-