public abstract class CustomSerializerStrategy<T extends Normalizer> extends Object implements NormalizerSerializerStrategy<T>
| Constructor and Description |
|---|
CustomSerializerStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<T> |
getSupportedClass()
Get the class of the supported custom serializer
|
NormalizerType |
getSupportedType()
Get the enum opType of the supported normalizer
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrestore, writepublic NormalizerType getSupportedType()
NormalizerSerializerStrategygetSupportedType in interface NormalizerSerializerStrategy<T extends Normalizer>Normalizer.getType()Copyright © 2021. All rights reserved.