Uses of Interface
org.apache.juneau.Delegate
Packages that use Delegate
-
Uses of Delegate in org.apache.juneau
Classes in org.apache.juneau that implement Delegate -
Uses of Delegate in org.apache.juneau.internal
Classes in org.apache.juneau.internal that implement DelegateModifier and TypeClassDescriptionclass
Represents a wrappedBeanMap
where property values can be overridden, removed, or reordered without affecting the underlying bean.class
DelegateList<T extends Collection<?>>
Represents a wrappedCollection
where entries in the list can be removed or reordered without affecting the underlying list.class
DelegateMap<T extends Map>
Represents a wrappedMap
where entries in the map can be removed without affecting the underlying map.class
FilteredMap<K,
V> Wrapper around a map where the key names are overridden.