Interface Delegate<T>

Type Parameters:
T - The represented class type.
All Known Implementing Classes:
BeanMap, DelegateBeanMap, DelegateList, DelegateMap, FilteredMap

public interface Delegate<T>
An object that represents another object, often wrapping that object.

*** Internal Interface - Not intended for external use ***

For example, BeanMap is a map representation of a bean.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The ClassMeta of the class of the represented object.
  • Method Details