public interface EntityConverterFactory
EntityConverters. A single factory may support
multiple entity types.| Modifier and Type | Method and Description |
|---|---|
<T> EntityConverter<T> |
create(Cupboard cupboard,
java.lang.Class<T> type)
Create a converter for the requested type
|
<T> EntityConverter<T> create(Cupboard cupboard, java.lang.Class<T> type)
cupboard - the cupboard instancetype - the typeEntityConverter for the supplied type, or null if the type is not supported by this
factory.