Package org.springframework.classify
package org.springframework.classify
-
ClassDescriptionA special purpose
Classifier
with easy configuration options for mapping from one arbitrary type of object to another via a pattern matcher.AClassifier
for exceptions that has only two classes (true and false).Fluent API for BinaryExceptionClassifier configuration.Classifier<C,T> Interface for a classifier.ClassifierAdapter<C,T> Wrapper for an object to adapt it to theClassifier
interface.ClassifierSupport<C,T> Base class forClassifier
implementations.AClassifier
that maps from String patterns with wildcards to a set of values of a given type.SubclassClassifier<T,C> AClassifier
for a parameterised object type based on a map.