public interface FieldConverterFactory
FieldConverters. A single factory may support
multiple field types.| Modifier and Type | Method and Description |
|---|---|
FieldConverter<?> |
create(Cupboard cupboard,
java.lang.reflect.Type type)
Create a new FieldConverter for the given type
|
FieldConverter<?> create(Cupboard cupboard, java.lang.reflect.Type type)
cupboard - the cupboard instance requesting the FieldConvertertype - the type of the field.