Package org.springframework.classify

Interface Summary
Classifier<C,T> Interface for a classifier.
 

Class Summary
BackToBackPatternClassifier<C,T> A special purpose Classifier with easy configuration options for mapping from one arbitrary type of object to another via a pattern matcher.
BinaryExceptionClassifier A Classifier for exceptions that has only two classes (true and false).
ClassifierAdapter<C,T> Wrapper for an object to adapt it to the Classifier interface.
ClassifierSupport<C,T> Base class for Classifier implementations.
PatternMatcher<S>  
PatternMatchingClassifier<T> A Classifier that maps from String patterns with wildcards to a set of values of a given type.
SubclassClassifier<T,C> A Classifier for a parameterised object type based on a map.
 



Copyright © 2011 SpringSource. All Rights Reserved.