Package org.apache.juneau
Interface Delegate<T>
- Type Parameters:
T- The represented class type.
- All Known Implementing Classes:
BeanMap,DelegateBeanMap,DelegateList,DelegateMap,FilteredKeyMap
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.
-
Method Summary
-
Method Details
-
getClassMeta
TheClassMetaof the class of the represented object.- Returns:
- The class type of the represented object.
-