Uses of Class
com.bld.crypto.pubkey.annotations.CryptoPubKey
-
Packages that use CryptoPubKey Package Description com.bld.crypto.pubkey.formatter -
-
Uses of CryptoPubKey in com.bld.crypto.pubkey.formatter
Methods in com.bld.crypto.pubkey.formatter with parameters of type CryptoPubKey Modifier and Type Method Description org.springframework.format.Parser<?>CryptoPubKeyAnnotationFormatterFactory. getParser(CryptoPubKey annotation, Class<?> fieldType)Gets the parser.org.springframework.format.Printer<?>CryptoPubKeyAnnotationFormatterFactory. getPrinter(CryptoPubKey annotation, Class<?> fieldType)Gets the printer.Constructors in com.bld.crypto.pubkey.formatter with parameters of type CryptoPubKey Constructor Description CryptoPubKeyFormatter(com.fasterxml.jackson.databind.ObjectMapper objMapper, Class<T> fieldType, CryptoPubKey cryptoPubKey, CryptoPublicKeyUtils cryptoPublicKeyUtils)Instantiates a new crypto pub key formatter.
-