Interface FieldFactoryLookup
-
- All Implemented Interfaces:
public interface FieldFactoryLookup
-
-
Method Summary
Modifier and Type Method Description abstract <T extends Any> FieldFactory<T>fieldFactory(TypeInfo<T> type)-
-
Method Detail
-
fieldFactory
abstract <T extends Any> FieldFactory<T> fieldFactory(TypeInfo<T> type)
-
-
-
-