Interface TypeObjectFactory<D>
-
- All Superinterfaces:
ma.glasnost.orika.ObjectFactory<D>
- All Known Implementing Classes:
DynamicTypeFactory
public interface TypeObjectFactory<D> extends ma.glasnost.orika.ObjectFactory<D>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<D>
getType()
-
-
-
Method Detail
-
getType
java.lang.Class<D> getType()
-
-