See: Description
| Interface | Description |
|---|---|
| ConcurrentReferenceHashMap.Reference<K,V> |
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| MultiValueMap<K,V> |
Extension of the
Map interface that stores multiple values. |
| PathMatcher |
Strategy interface for
String-based path matching. |
| PropertyPlaceholderHelper.PlaceholderResolver |
Strategy interface used to resolve replacement values for placeholders contained in Strings.
|
| ReflectionUtils.FieldCallback |
Callback interface invoked on each field in the hierarchy.
|
| ReflectionUtils.FieldFilter |
Callback optionally used to filter fields to be operated on by a field callback.
|
| ReflectionUtils.MethodCallback |
Action to take on each method.
|
| ReflectionUtils.MethodFilter |
Callback optionally used to filter methods to be operated on by a method callback.
|
| Class | Description |
|---|---|
| AntPathMatcher |
PathMatcher implementation for Ant-style path patterns. |
| AntPathMatcher.AntPathStringMatcher |
Tests whether or not a string matches against a pattern via a
Pattern. |
| AntPathMatcher.AntPatternComparator |
The default
Comparator implementation returned by
AntPathMatcher.getPatternComparator(String). |
| Assert |
Assertion utility class that assists in validating arguments.
|
| ClassUtils |
Miscellaneous class utility methods.
|
| CollectionUtils |
Miscellaneous collection utility methods.
|
| ConcurrentReferenceHashMap<K,V> | |
| ConcurrentReferenceHashMap.Entry<K,V> |
A single map entry.
|
| LinkedCaseInsensitiveMap<V> |
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
| ObjectUtils |
Miscellaneous object utility methods.
|
| PropertyPlaceholderHelper |
Utility class for working with Strings that have placeholder values in them.
|
| ReflectionUtils |
Simple utility class for working with the reflection API and handling
reflection exceptions.
|
| ResourceUtils |
Utility methods for resolving resource locations to files in the
file system.
|
| StopWatch |
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
|
| StopWatch.TaskInfo |
Nested class to hold data about one task executed within the
StopWatch. |
| StringUtils |
Miscellaneous
String utility methods. |
| SystemPropertyUtils |
Helper class for resolving placeholders in texts.
|
| Enum | Description |
|---|---|
| ConcurrentReferenceHashMap.ReferenceType |
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure |
The types of restructuring that can be performed.
|
Copyright © 2020. All rights reserved.