Class CryptoAesFormatter<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 CryptoAesFormatter<T>
    extends CryptoFormatter<T>
    The Class CryptoAesFormatter.
    • Constructor Detail

      • CryptoAesFormatter

        public CryptoAesFormatter​(com.fasterxml.jackson.databind.ObjectMapper objMapper,
                                  Class<T> fieldType,
                                  CryptoAes cryptoAes,
                                  CryptoAesUtils cryptoAesUtils)
        Instantiates a new crypto aes formatter.
        Parameters:
        objMapper - the obj mapper
        fieldType - the field type
        cryptoAes - the crypto aes
        cryptoAesUtils - the crypto aes utils