Uses of Annotation Interface
com.bld.crypto.jks.annotation.CryptoJks
Packages that use CryptoJks
-
Uses of CryptoJks in com.bld.crypto.jks.formatter
Methods in com.bld.crypto.jks.formatter with parameters of type CryptoJksModifier and TypeMethodDescriptionorg.springframework.format.Parser<?> Gets the parser.org.springframework.format.Printer<?> CryptoJksAnnotationFormatterFactory.getPrinter(CryptoJks annotation, Class<?> fieldType) Gets the printer.Constructors in com.bld.crypto.jks.formatter with parameters of type CryptoJksModifierConstructorDescriptionCryptoJksFormatter(CryptoJks crypto, CryptoJksUtils cryptoJksUtils, com.fasterxml.jackson.databind.ObjectMapper objMapper, Class<T> fieldType) Instantiates a new crypto jks formatter.