@Singleton public class SameSiteConverter extends java.lang.Object implements TypeConverter<java.lang.CharSequence,SameSite>
SameSite
.Constructor and Description |
---|
SameSiteConverter() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<SameSite> |
convert(java.lang.CharSequence object,
java.lang.Class<SameSite> 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<SameSite> convert(java.lang.CharSequence object, java.lang.Class<SameSite> 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.lang.CharSequence,SameSite>
object
- e.g. stricttargetType
- The target type being converted to SameSite
context
- The ConversionContext
SameSite