java.lang.Object
tools.jackson.databind.util.NameTransformer
tools.jackson.databind.util.NameTransformer.Chained
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NameTransformer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.util.NameTransformer
NameTransformer.Chained, NameTransformer.NopTransformer -
Field Summary
FieldsFields 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.toString()Method called when (forward) transformation is needed.Methods inherited from class tools.jackson.databind.util.NameTransformer
chainedTransformer, simpleTransformer
-
Field Details
-
_t1
-
_t2
-
-
Constructor Details
-
Chained
-
-
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
-
toString
-