@Singleton public class JWEAlgorithmConverter extends Object implements TypeConverter<CharSequence,com.nimbusds.jose.JWEAlgorithm>
JWEAlgorithm
.Constructor and Description |
---|
JWEAlgorithmConverter() |
Modifier and Type | Method and Description |
---|---|
Optional<com.nimbusds.jose.JWEAlgorithm> |
convert(CharSequence object,
Class<com.nimbusds.jose.JWEAlgorithm> 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.JWEAlgorithm> convert(CharSequence object, Class<com.nimbusds.jose.JWEAlgorithm> 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.JWEAlgorithm>
object
- e.g. RSA-OAEPtargetType
- The target type being converted to JWEAlgorithm
context
- The ConversionContext
JWEAlgorithm