public class ReadableBytesTypeConverter extends Object implements FormattingTypeConverter<CharSequence,Number,ReadableBytes>
| Constructor and Description |
|---|
ReadableBytesTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
Class<ReadableBytes> |
annotationType() |
Optional<Number> |
convert(CharSequence object,
Class<Number> 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 Class<ReadableBytes> annotationType()
annotationType in interface FormattingTypeConverter<CharSequence,Number,ReadableBytes>public Optional<Number> convert(CharSequence object, Class<Number> 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,Number>object - The object typetargetType - The target type being converted tocontext - The ConversionContext