Interface ClassCloner

  • All Known Implementing Classes:
    ClassLoaderClassCloner

    public interface ClassCloner
    A cloner for class types. Used (for example) to load an equivalent class from an alternate classloader.
    • Field Detail

      • IDENTITY

        static final ClassCloner IDENTITY
        A class cloner which just returns the class it is given. This cloner can be used in cases where an object must be deep-cloned within the same class loader.