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 - the default valuepublic T classify(C throwable)
classify in interface Classifier<C,T>throwable - the input object. Can be null.Classifier.classify(Object)Copyright © 2018 SpringSource. All rights reserved.