C - the type of the thing to classifyT - the output of the classifierpublic 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 © 2022 SpringSource. All rights reserved.