Class CryptoJksFormatter<T>

  • Type Parameters:
    T - the generic type
    All Implemented Interfaces:
    org.springframework.format.Formatter<T>, org.springframework.format.Parser<T>, org.springframework.format.Printer<T>

    public class CryptoJksFormatter<T>
    extends CryptoFormatter<T>
    The Class CryptoJksFormatter.
    • Constructor Detail

      • CryptoJksFormatter

        public CryptoJksFormatter​(CryptoJks crypto,
                                  CryptoJksUtils cryptoJksUtils,
                                  com.fasterxml.jackson.databind.ObjectMapper objMapper,
                                  Class<T> fieldType)
        Instantiates a new crypto jks formatter.
        Parameters:
        crypto - the crypto
        cryptoJksUtils - the crypto jks utils
        objMapper - the obj mapper
        fieldType - the field type