@Requires(classes=HttpStatus.class) @Singleton public class HttpStatusConverter extends Object implements TypeConverter<Number,HttpStatus>
HttpStatus objects.| Constructor and Description | 
|---|
| HttpStatusConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<HttpStatus> | convert(Number object,
       Class<HttpStatus> 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<HttpStatus> convert(Number object, Class<HttpStatus> targetType, ConversionContext context)
TypeConverterOptional.empty()
 in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert in interface TypeConverter<Number,HttpStatus>object - The object typetargetType - The target type being converted tocontext - The ConversionContext