@Singleton public class EncryptionMethodConverter extends Object implements TypeConverter<CharSequence,com.nimbusds.jose.EncryptionMethod>
EncryptionMethod
.Constructor and Description |
---|
EncryptionMethodConverter() |
Modifier and Type | Method and Description |
---|---|
Optional<com.nimbusds.jose.EncryptionMethod> |
convert(CharSequence object,
Class<com.nimbusds.jose.EncryptionMethod> targetType,
ConversionContext context)
Converts from the given source object type to the target type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, of
public Optional<com.nimbusds.jose.EncryptionMethod> convert(CharSequence object, Class<com.nimbusds.jose.EncryptionMethod> targetType, ConversionContext context)
TypeConverter
Optional.empty()
in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert
in interface TypeConverter<CharSequence,com.nimbusds.jose.EncryptionMethod>
object
- e.g. A128CBC-HS256targetType
- The target type being converted to EncryptionMethod
context
- The ConversionContext
EncryptionMethod