Class PlaintextToBase64StringConverter
public class PlaintextToBase64StringConverter
extends com.fasterxml.jackson.databind.util.StdConverter<Plaintext,String>
Converts Plaintext to Base64 encoded string for use with
ObjectMapper
- Author:
- James Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter
com.fasterxml.jackson.databind.util.Converter.None
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter
_findConverterType, getInputType, getOutputType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.fasterxml.jackson.databind.util.Converter
convert, convert
-
Constructor Details
-
PlaintextToBase64StringConverter
public PlaintextToBase64StringConverter()
-
-
Method Details