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 Detail

      • getType

        java.lang.Class<D> getType()