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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface ma.glasnost.orika.ObjectFactory

    create
  • Method Details