Interface BeanDescription.Supplier
- All Superinterfaces:
Supplier<BeanDescription>
- All Known Implementing Classes:
BeanDescription.EagerSupplier, BeanDescription.LazySupplier, BeanDescription.SupplierBase
- Enclosing class:
BeanDescription
Interface for lazily-constructed suppliers for
BeanDescription instances;
extends plain Supplier with convenience accessors.-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.annotation.JsonFormat.ValuefindExpectedFormat(Class<?> baseType) get()Class<?> getType()boolean
-
Method Details
-
get
BeanDescription get()- Specified by:
getin interfaceSupplier<BeanDescription>
-
getClassAnnotations
Annotations getClassAnnotations() -
getBeanClass
Class<?> getBeanClass() -
getClassInfo
AnnotatedClass getClassInfo() -
getType
JavaType getType() -
isRecordType
boolean isRecordType() -
findExpectedFormat
-