Class CryptoAesFormatter<T>

java.lang.Object
com.bld.crypto.formatter.CryptoFormatter<T>
com.bld.crypto.aes.formatter.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 Details

    • 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
  • Method Details