|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubclassClassifier | |
---|---|
org.springframework.batch.classify | |
org.springframework.batch.core.step.skip | Specific implementations of skip concerns for items in a step. |
Uses of SubclassClassifier in org.springframework.batch.classify |
---|
Subclasses of SubclassClassifier in org.springframework.batch.classify | |
---|---|
class |
BinaryExceptionClassifier
A Classifier for exceptions that has only two classes (true and
false). |
Uses of SubclassClassifier in org.springframework.batch.core.step.skip |
---|
Methods in org.springframework.batch.core.step.skip with parameters of type SubclassClassifier | |
---|---|
void |
ExceptionClassifierSkipPolicy.setExceptionClassifier(SubclassClassifier<Throwable,SkipPolicy> classifier)
The classifier that will be used to choose a delegate policy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |