Package io.microsphere.convert
Interface StringConverter<T>
-
- All Superinterfaces:
java.lang.Comparable<Prioritized>
,Converter<java.lang.String,T>
,Prioritized
- All Known Implementing Classes:
StringToBooleanConverter
,StringToByteConverter
,StringToCharacterConverter
,StringToCharArrayConverter
,StringToClassConverter
,StringToDoubleConverter
,StringToDurationConverter
,StringToFloatConverter
,StringToInputStreamConverter
,StringToIntegerConverter
,StringToLongConverter
,StringToShortConverter
,StringToStringConverter
- 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 StringConverter<T> extends Converter<java.lang.String,T>
A class to covertString
to the target-typed value- Since:
- 1.0.0
- See Also:
Converter
-
-
Field Summary
-
Fields inherited from interface io.microsphere.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
Method Summary
-
Methods inherited from interface io.microsphere.convert.Converter
accept, convert, getSourceType, getTargetType
-
Methods inherited from interface io.microsphere.lang.Prioritized
compareTo, getPriority
-
-