@Singleton public class SameSiteConverter extends Object implements TypeConverter<CharSequence,SameSite>
SameSite.| Constructor and Description | 
|---|
| SameSiteConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<SameSite> | convert(CharSequence object,
       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, waitconvert, ofpublic Optional<SameSite> convert(CharSequence object, Class<SameSite> targetType, ConversionContext context)
TypeConverterOptional.empty()
 in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert in interface TypeConverter<CharSequence,SameSite>object - e.g. stricttargetType - The target type being converted to SameSitecontext - The ConversionContextSameSite