Interface | Description |
---|---|
Builder<T> |
Type-safe interface that reflects the Builder pattern.
|
CollectionMutator<E,M extends CollectionMutator<E,M>> |
Mutation (modifications) to a
Collection instance while also supporting method chaining. |
Conjunctor<T> |
A
Conjunctor supplies a joined object. |
MapMutator<K,V,T extends MapMutator<K,V,T>> |
Mutation (modifications) to a
Map instance while also supporting method chaining. |
Maps.MapBuilder<K,V> |
Utility Builder class for fluently building maps:
|
NestedCollection<E,P> |
A
CollectionMutator that can return access to its parent via the and() method for
continued configuration. |
Registry<K,V> |
An immutable (read-only) repository of key-value pairs.
|
Supplier<T> |
Represents a supplier of results.
|
Class | Description |
---|---|
Arrays |
Utility methods to work with array instances.
|
Assert |
Utility methods for providing argument and state assertions to reduce repeating these patterns and otherwise
increasing cyclomatic complexity.
|
Classes |
Utility methods for working with
Class es. |
Collections | |
DateFormats |
Utility methods to format and parse date strings.
|
Maps |
Utility class to help with the manipulation of working with Maps.
|
Objects |
Utility methods for working with object instances to reduce pattern repetition and otherwise
increased cyclomatic complexity.
|
RuntimeEnvironment | Deprecated
since 0.12.0.
|
Strings |
Utility methods for working with Strings to reduce pattern repetition and otherwise
increased cyclomatic complexity.
|
Exception | Description |
---|---|
InstantiationException |
RuntimeException equivalent of InstantiationException . |
UnknownClassException |
A
RuntimeException equivalent of the JDK's
ClassNotFoundException , to maintain a RuntimeException paradigm. |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.