Class BeanDescription.SupplierBase
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 com.fasterxml.jackson.annotation.JsonFormat.ValueFormat definitions lazily introspected from class annotationsprotected final MapperConfig<?> protected final JavaType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.annotation.JsonFormat.ValuefindExpectedFormat(Class<?> baseType) Class<?> getType()booleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BeanDescription.Supplier
get, getClassAnnotations, getClassInfo
-
Field Details
-
_config
-
_type
-
_classFormat
protected transient com.fasterxml.jackson.annotation.JsonFormat.Value _classFormatFormat 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
-