@Singleton public class InterceptUrlMapConverter extends Object implements TypeConverter<Map,InterceptUrlMapPattern>
| Modifier and Type | Method and Description | 
|---|---|
Optional<InterceptUrlMapPattern> | 
convert(Map m,
       Class<InterceptUrlMapPattern> 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<InterceptUrlMapPattern> convert(Map m, Class<InterceptUrlMapPattern> targetType, ConversionContext context)
TypeConverterOptional.empty()
 in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert in interface TypeConverter<Map,InterceptUrlMapPattern>m - a Map in the configurationtargetType - The target type being converted tocontext - The ConversionContext