Uses of Annotation Interface
com.bld.crypto.pubkey.annotations.CryptoPubKey
Packages that use CryptoPubKey
-
Uses of CryptoPubKey in com.bld.crypto.pubkey.formatter
Methods in com.bld.crypto.pubkey.formatter with parameters of type CryptoPubKeyModifier and TypeMethodDescriptionorg.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 CryptoPubKeyModifierConstructorDescriptionCryptoPubKeyFormatter(com.fasterxml.jackson.databind.ObjectMapper objMapper, Class<T> fieldType, CryptoPubKey cryptoPubKey, CryptoPublicKeyUtils cryptoPublicKeyUtils) Instantiates a new crypto pub key formatter.