public class ClassifierSupport<C,T> extends Object implements Classifier<C,T>
Classifier
implementations. Provides default behaviour
and some convenience members, like constants.Constructor and Description |
---|
ClassifierSupport(T defaultValue) |
public ClassifierSupport(T defaultValue)
defaultValue
- public T classify(C throwable)
classify
in interface Classifier<C,T>
throwable
- the input object. Can be null.Classifier.classify(Object)
Copyright © 2014 SpringSource. All rights reserved.