Package | Description |
---|---|
sf.database.meta | |
sf.spring.core.io.support |
Support classes for Spring's resource abstraction.
|
sf.spring.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
Class and Description |
---|
LinkedCaseInsensitiveMap
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
Class and Description |
---|
PathMatcher
Strategy interface for
String -based path matching. |
Class and Description |
---|
AntPathMatcher.AntPathStringMatcher
Tests whether or not a string matches against a pattern via a
Pattern . |
ConcurrentReferenceHashMap.Entry
A single map entry.
|
ConcurrentReferenceHashMap.Reference
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
ConcurrentReferenceHashMap.ReferenceManager
Strategy class used to manage
References . |
ConcurrentReferenceHashMap.ReferenceType
Various reference types supported by this map.
|
ConcurrentReferenceHashMap.Restructure
The types of restructuring that can be performed.
|
ConcurrentReferenceHashMap.Segment
A single segment used to divide the map to allow better concurrent performance.
|
LinkedCaseInsensitiveMap
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
MultiValueMap
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.
|
StopWatch.TaskInfo
Nested class to hold data about one task executed within the
StopWatch . |
Copyright © 2020. All rights reserved.