@Singleton public class SocketAddressConverter extends Object implements TypeConverter<CharSequence,SocketAddress>
Constructor and Description |
---|
SocketAddressConverter() |
Modifier and Type | Method and Description |
---|---|
Optional<SocketAddress> |
convert(CharSequence object,
Class<SocketAddress> 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 Optional<SocketAddress> convert(CharSequence object, Class<SocketAddress> 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<CharSequence,SocketAddress>
object
- The object typetargetType
- The target type being converted tocontext
- The ConversionContext