Interface FieldValueTypeSupplier
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AutoValueSchema.AbstractGetterTypeSupplier
,JavaBeanSchema.GetterTypeSupplier
,JavaBeanSchema.SetterTypeSupplier
,JavaFieldSchema.JavaFieldTypeSupplier
A naming policy for schema fields. This maps a name from the class (field name or getter name) to
the matching field name in the schema.
-
Method Summary
Modifier and TypeMethodDescriptionget
(TypeDescriptor<?> typeDescriptor) Return all the FieldValueTypeInformations.default List
<FieldValueTypeInformation> get
(TypeDescriptor<?> typeDescriptor, Schema schema) Return all the FieldValueTypeInformations.
-
Method Details
-
get
Return all the FieldValueTypeInformations. -
get
Return all the FieldValueTypeInformations.If the schema parameter is not null, then the returned list must be in the same order as fields in the schema.
-