Package org.springframework.batch.support
@NonNullApi
package org.springframework.batch.support
Infrastructure implementations of support concerns.
-
ClassDescription
MethodResolver
implementation that finds a single Method on the given Class that contains the specified annotation type.Enum representing a database type, such as DB2 or oracle.A re-usablePropertyEditorRegistrar
that can be used wherever one needs to register customPropertyEditor
instances with aPropertyEditorRegistry
(like a bean wrapper, or a type converter).Comparator to sort resources by the file last modified time.A strategy interface for invoking a method.Utility methods for create MethodInvoker instances.Strategy interface for detecting a single Method on a Class.Utility to convert a Properties object to a String and back.Provides reflection based utilities for Spring Batch that are not available in Spring Framework.Simple implementation of theMethodInvoker
interface that invokes a method on an object.Helper class that sets up a System property with a default value.