Interface ObjectCopyFactory

  • All Known Implementing Classes:
    SimpleObjectCopyFactory

    public interface ObjectCopyFactory
    Copying objects is not an easy task, so better have a factory for that.
    Author:
    Jens Wilke
    • Method Detail

      • createCopyTransformer

        <T> ObjectTransformer<T,​T> createCopyTransformer​(Class<T> clazz,
                                                               ClassLoader classLoader)
        Create a transformer class which actually does no type changes. If the factory does know how to handle the type, it returns null.