Package org.apache.juneau
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
- 
Method Details- 
getClassMetaTheClassMetaof the class of the represented object.- Returns:
- The class type of the represented object.
 
 
-