Interface Unwrappable


  • public interface Unwrappable
    Provide a vehicle for Proxy instances that wrap an underlying object to expose that wrapped object.
    Author:
    Jeff Fischer
    • Method Detail

      • unwrapType

        Class<?> unwrapType()
        Get the type of the underlying object
        Returns:
        The type of the underlying object
      • unwrapDelegate

        Object unwrapDelegate()
        Get the actual underlying object instance
        Returns:
        the actual underlying object instance