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 Summary

    Modifier and Type
    Method
    Description
    Get the actual underlying object instance
    Get the type of the underlying object
  • Method Details

    • 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