|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Classifier | |
---|---|
org.springframework.classify | |
org.springframework.retry.policy | Infrastructure implementations of retry policy concerns. |
org.springframework.retry.support | Infrastructure implementations of retry support concerns. |
Uses of Classifier in org.springframework.classify |
---|
Classes in org.springframework.classify that implement Classifier | |
---|---|
class |
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. |
class |
BinaryExceptionClassifier
A Classifier for exceptions that has only two classes (true and
false). |
class |
ClassifierAdapter<C,T>
Wrapper for an object to adapt it to the Classifier interface. |
class |
ClassifierSupport<C,T>
Base class for Classifier implementations. |
class |
PatternMatchingClassifier<T>
A Classifier that maps from String patterns with wildcards to a set
of values of a given type. |
class |
SubclassClassifier<T,C>
A Classifier for a parameterised object type based on a map. |
Methods in org.springframework.classify with parameters of type Classifier | |
---|---|
void |
ClassifierAdapter.setDelegate(Classifier<C,T> delegate)
|
Constructors in org.springframework.classify with parameters of type Classifier | |
---|---|
BackToBackPatternClassifier(Classifier<C,java.lang.String> router,
Classifier<java.lang.String,T> matcher)
Set up a classifier with input to the router and output from the matcher. |
|
BackToBackPatternClassifier(Classifier<C,java.lang.String> router,
Classifier<java.lang.String,T> matcher)
Set up a classifier with input to the router and output from the matcher. |
|
ClassifierAdapter(Classifier<C,T> delegate)
Create a new Classifier from the delegate provided. |
Uses of Classifier in org.springframework.retry.policy |
---|
Methods in org.springframework.retry.policy with parameters of type Classifier | |
---|---|
void |
ExceptionClassifierRetryPolicy.setExceptionClassifier(Classifier<java.lang.Throwable,RetryPolicy> exceptionClassifier)
Setter for an exception classifier. |
Uses of Classifier in org.springframework.retry.support |
---|
Constructors in org.springframework.retry.support with parameters of type Classifier | |
---|---|
DefaultRetryState(java.lang.Object key,
boolean forceRefresh,
Classifier<? super java.lang.Throwable,java.lang.Boolean> rollbackClassifier)
Create a DefaultRetryState representing the state for a new retry
attempt. |
|
DefaultRetryState(java.lang.Object key,
Classifier<? super java.lang.Throwable,java.lang.Boolean> rollbackClassifier)
Defaults the force refresh flag to false. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |