@FunctionalInterface public interface FieldTypeProvider
RuntimeException
if a
provider is not present!Modifier and Type | Method and Description |
---|---|
Optional<org.cadixdev.bombe.type.FieldType> |
provide(FieldMapping mapping)
Provides a
FieldType for the given FieldMapping ,
if possible. |
Optional<org.cadixdev.bombe.type.FieldType> provide(FieldMapping mapping)
FieldType
for the given FieldMapping
,
if possible.mapping
- The field mappingOptional