@Singleton public class CorsOriginConverter extends java.lang.Object implements TypeConverter<java.util.Map<java.lang.String,java.lang.Object>,CorsOriginConfiguration>
CorsOriginConfiguration
.Constructor and Description |
---|
CorsOriginConverter() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<CorsOriginConfiguration> |
convert(java.util.Map<java.lang.String,java.lang.Object> object,
java.lang.Class<CorsOriginConfiguration> 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 java.util.Optional<CorsOriginConfiguration> convert(java.util.Map<java.lang.String,java.lang.Object> object, java.lang.Class<CorsOriginConfiguration> 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<java.util.Map<java.lang.String,java.lang.Object>,CorsOriginConfiguration>
object
- The object typetargetType
- The target type being converted tocontext
- The ConversionContext