Package org.apache.juneau.internal


package org.apache.juneau.internal
Internal Utilities
  • Classes
    Class
    Description
    Class-related utility methods.
    Utility class for efficiently converting objects between types.
    Represents a wrapped BeanMap where property values can be overridden, removed, or reordered without affecting the underlying bean.
    DelegateList<T extends Collection<?>>
    Represents a wrapped Collection where entries in the list can be removed or reordered without affecting the underlying list.
    DelegateMap<T extends Map>
    Represents a wrapped Map where entries in the map can be removed without affecting the underlying map.
    Wrapper around a map where the key names are overridden.