Package org.springframework.batch.support

Infrastructure implementations of support concerns.

See:
          Description

Interface Summary
MethodInvoker A strategy interface for invoking a method.
MethodResolver Strategy interface for detecting a single Method on a Class.
 

Class Summary
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.
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 Summary
DatabaseType Enum representing a database type, such as DB2 or oracle.
 

Package org.springframework.batch.support Description

Infrastructure implementations of support concerns.



Copyright © 2009 SpringSource. All Rights Reserved.