Package org.forgerock.http.util
Miscellaneous utility classes.
-
Interface Summary Interface Description UnmodifiableCollection An marker interface for tagging collection implementations as read-only. -
Class Summary 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 aJsonValue
instance is serialized using its#getObject()
value only.Json.LocalizableStringModule Jackson Module that adds a serializer forLocalizableString
.Lists Provides helper methods forList
.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.