Module tools.jackson.databind
Package tools.jackson.databind.util
Class NameTransformer.NopTransformer
java.lang.Object
tools.jackson.databind.util.NameTransformer
tools.jackson.databind.util.NameTransformer.NopTransformer
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NameTransformer
protected static final class NameTransformer.NopTransformer
extends NameTransformer
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.util.NameTransformer
NameTransformer.Chained, NameTransformer.NopTransformer -
Field Summary
Fields inherited from class tools.jackson.databind.util.NameTransformer
NOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod called when reversal of transformation is needed; should return null if this is not possible, that is, given name cannot have been result of callingNameTransformer.transform(java.lang.String)of this object.Method called when (forward) transformation is needed.Methods inherited from class tools.jackson.databind.util.NameTransformer
chainedTransformer, simpleTransformer
-
Constructor Details
-
NopTransformer
protected NopTransformer()
-
-
Method Details
-
transform
Description copied from class:NameTransformerMethod called when (forward) transformation is needed.- Specified by:
transformin classNameTransformer
-
reverse
Description copied from class:NameTransformerMethod called when reversal of transformation is needed; should return null if this is not possible, that is, given name cannot have been result of callingNameTransformer.transform(java.lang.String)of this object.- Specified by:
reversein classNameTransformer
-