@NonNullApi
See: Description
Interface | Description |
---|---|
MethodInvoker |
A strategy interface for invoking a method.
|
MethodResolver |
Strategy interface for detecting a single Method on a Class.
|
Class | Description |
---|---|
AnnotationMethodResolver |
MethodResolver implementation that finds a single Method on the
given Class that contains the specified annotation type. |
DefaultPropertyEditorRegistrar |
A re-usable
PropertyEditorRegistrar that can be used wherever one
needs to register custom PropertyEditor instances with a
PropertyEditorRegistry (like a bean wrapper, or a type converter). |
IntArrayPropertyEditor | |
LastModifiedResourceComparator |
Comparator to sort resources by the file last modified time.
|
MethodInvokerUtils |
Utility methods for create MethodInvoker instances.
|
PatternMatcher<S> | |
PropertiesConverter |
Utility to convert a Properties object to a String and back.
|
ReflectionUtils |
Provides reflection based utilities for Spring Batch that are not available
via Spring Core
|
SimpleMethodInvoker |
Simple implementation of the
MethodInvoker interface that invokes a
method on an object. |
SystemPropertyInitializer |
Helper class that sets up a System property with a default value.
|
Enum | Description |
---|---|
DatabaseType |
Enum representing a database type, such as DB2 or oracle.
|
Infrastructure implementations of support concerns.