Interface | Description |
---|---|
Indexed<T> |
Interface of an object that can be indexed with a unique key.
|
UnmodifiableCollection |
An marker interface for tagging collection implementations as read-only.
|
Class | Description |
---|---|
CaseInsensitiveMap<V> |
An implementation of a map whose keys are case-insensitive strings.
|
CaseInsensitiveSet |
An implementation of a set whose values are case-insensitive strings.
|
Json |
Provides read and write JSON capabilities.
|
Json.JsonValueModule |
Jackson Module that uses a mixin to make sure that a
JsonValue instance is
serialized using its #getObject() value only. |
Json.LocalizableStringModule |
Jackson Module that adds a serializer for
LocalizableString . |
Lists |
Provides helper methods for
List . |
Loader |
Provides methods for dynamically loading classes.
|
MultiValueMap<K,V> |
Wraps a map for which the values are lists, providing a set of convenience methods for
handling list values.
|
Paths |
Utilities for manipulating paths.
|
SetDecorator<E> |
Contains another set, which is uses as its basic source of data, possibly transforming the
data along the way.
|
Uris |
Utility class for performing operations on universal resource identifiers.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.