Package io.vertx.core.cli.converters
Interface Converter<T>
-
- All Known Implementing Classes:
BooleanConverter
,CharacterConverter
,ConstructorBasedConverter
,FromBasedConverter
,FromStringBasedConverter
,ValueOfBasedConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Converter<T>
The converter interface to convertString
s toObject
s.- Author:
- Clement Escoffier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
fromString(String s)
-