Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.util Classes and Interfaces - 92 results found.
NameDescriptionTypePackageFramework
AlternativeJdkIdGeneratorAn IdGenerator that uses SecureRandom for the initial seed andRandom thereafter, instead of calling UUID.Classorg.springframework.utilSpring MVC
AntPathMatcherPathMatcher implementation for Ant-style path patterns.Classorg.springframework.utilSpring MVC
AntPathMatcher .AntPathStringMatcherTests whether or not a string matches against a pattern via a Pattern.Classorg.springframework.util.AntPathMatcherSpring MVC
AntPathMatcher .AntPatternComparatorThe default Comparator implementation returned byAntPathMatcher.Classorg.springframework.util.AntPathMatcherSpring MVC
AssertAssertion utility class that assists in validating arguments.Classorg.springframework.utilSpring MVC
AutoPopulatingListSimple List wrapper class that allows for elements to beautomatically populated as they are requested.Classorg.springframework.utilSpring MVC
AutoPopulatingList .ElementFactoryFactory interface for creating elements for an index-based accessdata structure such as a List.Interfaceorg.springframework.util.AutoPopulatingListSpring MVC
AutoPopulatingList .ElementInstantiationExceptionException to be thrown from ElementFactory.Classorg.springframework.util.AutoPopulatingListSpring MVC
BackOffProvide a BackOffExecution that indicates the rate at whichan operation should be retried.Interfaceorg.springframework.util.backoffSpring MVC
BackOffExecutionRepresent a particular back-off execution.Interfaceorg.springframework.util.backoffSpring MVC
Base64UtilsA simple utility class for Base64 encoding and decoding.Classorg.springframework.utilSpring MVC
BooleanComparatorA Comparator for Boolean objects that can sort either true or false first.Classorg.springframework.util.comparatorSpring MVC
ClassUtilsMiscellaneous class utility methods.Classorg.springframework.utilSpring MVC
CollectionUtilsMiscellaneous collection utility methods.Classorg.springframework.utilSpring MVC
CommonsLogWriterjava.Classorg.springframework.utilSpring MVC
ComparableComparatorComparator that adapts Comparables to the Comparator interface.Classorg.springframework.util.comparatorSpring MVC
CompletableToListenableFutureAdapterAdapts a CompletableFuture into a ListenableFuture.Classorg.springframework.util.concurrentSpring MVC
CompositeIteratorComposite iterator that combines multiple other iterators,as registered via add(Iterator).Classorg.springframework.utilSpring MVC
CompoundComparatorA comparator that chains a sequence of one or more more Comparators.Classorg.springframework.util.comparatorSpring MVC
ConcurrencyThrottleSupportSupport class for throttling concurrent access to a specific resource.Classorg.springframework.utilSpring MVC
ConcurrentReferenceHashMapA ConcurrentHashMap that uses soft orweak references for both keys and values.Classorg.springframework.utilSpring MVC
ConcurrentReferenceHashMap .EntryClassorg.springframework.util.ConcurrentReferenceHashMapSpring MVC
ConcurrentReferenceHashMap .ReferenceA reference to an ConcurrentReferenceHashMap.Interfaceorg.springframework.util.ConcurrentReferenceHashMapSpring MVC
ConcurrentReferenceHashMap .ReferenceTypeVarious reference types supported by this map.Classorg.springframework.util.ConcurrentReferenceHashMapSpring MVC
ConcurrentReferenceHashMap .RestructureThe types of restructuring that can be performed.Classorg.springframework.util.ConcurrentReferenceHashMapSpring MVC
CustomizableThreadCreatorSimple customizable helper class for creating new Thread instances.Classorg.springframework.utilSpring MVC
DefaultPropertiesPersisterDefault implementation of the PropertiesPersister interface.Classorg.springframework.utilSpring MVC
DigestUtilsMiscellaneous methods for calculating digests.Classorg.springframework.utilSpring MVC
DomUtilsConvenience methods for working with the DOM API,in particular for working with DOM Nodes and DOM Elements.Classorg.springframework.util.xmlSpring MVC
ErrorHandlerA strategy for handling errors.Interfaceorg.springframework.utilSpring MVC
ExceptionTypeFilterAn InstanceFilter implementation that handles exception types.Classorg.springframework.utilSpring MVC
ExponentialBackOffretry attempt.Classorg.springframework.util.backoffSpring MVC
FailureCallbackDefines the contract for failure callbacks that accept the result of aSince:4.Interfaceorg.springframework.util.concurrentSpring MVC
FastByteArrayOutputStreamA speedy alternative to ByteArrayOutputStream.Classorg.springframework.utilSpring MVC
FileCopyUtilsSimple utility methods for file and stream copying.Classorg.springframework.utilSpring MVC
FileSystemUtilsUtility methods for working with the file system.Classorg.springframework.utilSpring MVC
FixedBackOffA simple BackOff implementation that provides a fixed intervalbetween two attempts and a maximum number of retries.Classorg.springframework.util.backoffSpring MVC
FutureAdapterAbstract class that adapts a Future parameterized over S into a Future parameterized over T.Classorg.springframework.util.concurrentSpring MVC
IdGeneratorContract for generating universally unique identifiers (UUIDs).Interfaceorg.springframework.utilSpring MVC
InstanceComparatorCompares objects based on an arbitrary class order.Classorg.springframework.util.comparatorSpring MVC
InstanceFilterA simple instance filter that checks if a given instance match based ona collection of includes and excludes element.Classorg.springframework.utilSpring MVC
InvalidMimeTypeExceptionException thrown from MimeTypeUtils.Classorg.springframework.utilSpring MVC
InvertibleComparatorA decorator for a comparator, with an ascending flag denotingwhether comparison results should be treated in forward (standardClassorg.springframework.util.comparatorSpring MVC
JdkIdGeneratorAn IdGenerator that calls UUID.Classorg.springframework.utilSpring MVC
LinkedCaseInsensitiveMapLinkedHashMap variant that stores String keys in a case-insensitivemanner, for example for key-based access in a results table.Classorg.springframework.utilSpring MVC
LinkedMultiValueMapSimple implementation of MultiValueMap that wraps a LinkedHashMap,storing multiple values in a LinkedList.Classorg.springframework.utilSpring MVC
ListenableFuturecallbacks.Interfaceorg.springframework.util.concurrentSpring MVC
ListenableFutureAdapterAbstract class that adapts a ListenableFuture parameterized over S into aListenableFuture parameterized over T.Classorg.springframework.util.concurrentSpring MVC
ListenableFutureCallbackDefines the contract for callbacks that accept the result of aSince:4.Interfaceorg.springframework.util.concurrentSpring MVC
ListenableFutureCallbackRegistryRegistry for ListenableFutureCallback instances.Classorg.springframework.util.concurrentSpring MVC
ListenableFutureTaskExtension of FutureTask that implements ListenableFuture.Classorg.springframework.util.concurrentSpring MVC
Log4jConfigurerConvenience class that features simple methods for custom log4j configuration.Classorg.springframework.utilSpring MVC
MethodInvokerHelper class that allows for specifying a method to invoke in a declarativefashion, be it static or non-static.Classorg.springframework.utilSpring MVC
MimeTypeRepresents a MIME Type, as originally defined in RFC 2046 and subsequently used inother Internet protocols including HTTP.Classorg.springframework.utilSpring MVC
MimeType .SpecificityComparatorClassorg.springframework.util.MimeTypeSpring MVC
MimeTypeUtilsMiscellaneous MimeType utility methods.Classorg.springframework.utilSpring MVC
MultiValueMapExtension of the Map interface that stores multiple values.Interfaceorg.springframework.utilSpring MVC
NullSafeComparatorA Comparator that will safely compare nulls to be lower or higher thanother objects.Classorg.springframework.util.comparatorSpring MVC
NumberUtilsMiscellaneous utility methods for number conversion and parsing.Classorg.springframework.utilSpring MVC
ObjectUtilsMiscellaneous object utility methods.Classorg.springframework.utilSpring MVC
PathMatcherStrategy interface for String-based path matching.Interfaceorg.springframework.utilSpring MVC
PatternMatchUtilsUtility methods for simple pattern matching, in particular forSpring's typical xxx*, *xxx and *xxx* pattern styles.Classorg.springframework.utilSpring MVC
PropertiesPersisterStrategy interface for persisting java.Interfaceorg.springframework.utilSpring MVC
PropertyPlaceholderHelperUtility class for working with Strings that have placeholder values in them.Classorg.springframework.utilSpring MVC
PropertyPlaceholderHelper .PlaceholderResolverStrategy interface used to resolve replacement values for placeholders contained in Strings.Interfaceorg.springframework.util.PropertyPlaceholderHelperSpring MVC
ReflectionUtilsSimple utility class for working with the reflection API and handlingreflection exceptions.Classorg.springframework.utilSpring MVC
ReflectionUtils .FieldCallbackCallback interface invoked on each field in the hierarchy.Interfaceorg.springframework.util.ReflectionUtilsSpring MVC
ReflectionUtils .FieldFilterCallback optionally used to filter fields to be operated on by a field callback.Interfaceorg.springframework.util.ReflectionUtilsSpring MVC
ReflectionUtils .MethodCallbackAction to take on each method.Interfaceorg.springframework.util.ReflectionUtilsSpring MVC
ReflectionUtils .MethodFilterCallback optionally used to filter methods to be operated on by a method callback.Interfaceorg.springframework.util.ReflectionUtilsSpring MVC
ResizableByteArrayOutputStreamAn extension of ByteArrayOutputStream that:has public grow(int)Classorg.springframework.utilSpring MVC
ResourceUtilsUtility methods for resolving resource locations to files in thefile system.Classorg.springframework.utilSpring MVC
SerializationUtilsStatic utilities for serialization and deserialization.Classorg.springframework.utilSpring MVC
SettableListenableFuturewhose value can be set via set(Object) orsetException(Throwable).Classorg.springframework.util.concurrentSpring MVC
SimpleIdGeneratorA simple IdGenerator that starts at 1 and increments by 1 with each call.Classorg.springframework.utilSpring MVC
SimpleNamespaceContextSimple javax.Classorg.springframework.util.xmlSpring MVC
SimpleSaxErrorHandlerSimple org.Classorg.springframework.util.xmlSpring MVC
SimpleTransformErrorListenerSimple javax.Classorg.springframework.util.xmlSpring MVC
SocketUtilsClassorg.springframework.utilSpring MVC
StaxUtilsConvenience methods for working with the StAX API.Classorg.springframework.util.xmlSpring MVC
StopWatchSimple stop watch, allowing for timing of a number of tasks,exposing total running time and running time for each named task.Classorg.springframework.utilSpring MVC
StopWatch .TaskInfoInner class to hold data about one task executed within the stop watch.Classorg.springframework.util.StopWatchSpring MVC
StreamUtilsSimple utility methods for dealing with streams.Classorg.springframework.utilSpring MVC
StringUtilsMiscellaneous String utility methods.Classorg.springframework.utilSpring MVC
StringValueResolverSimple strategy interface for resolving a String value.Interfaceorg.springframework.utilSpring MVC
SuccessCallbackDefines the contract for success callbacks that accept the result of aSince:4.Interfaceorg.springframework.util.concurrentSpring MVC
SystemPropertyUtilsHelper class for resolving placeholders in texts.Classorg.springframework.utilSpring MVC
TransformerUtilsContains common behavior relating to Transformers, and thejavax.Classorg.springframework.util.xmlSpring MVC
TypeUtilsUtility to work with Java 5 generic type parameters.Classorg.springframework.utilSpring MVC
WeakReferenceMonitorTrack references to arbitrary objects using proxy and weak references.Classorg.springframework.utilSpring MVC
WeakReferenceMonitor .ReleaseListenerListener that is notified when the handle is being released.Interfaceorg.springframework.util.WeakReferenceMonitorSpring MVC
XmlValidationModeDetectorDetects whether an XML stream is using DTD- or XSD-based validation.Classorg.springframework.util.xmlSpring MVC