- All Implemented Interfaces:
net.croz.nrich.search.api.converter.StringToTypeConverter<Object>
@Order
public class DefaultStringToTypeConverter
extends Object
implements net.croz.nrich.search.api.converter.StringToTypeConverter<Object>
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultStringToTypeConverter
public DefaultStringToTypeConverter(List<String> dateFormatList,
List<String> decimalNumberFormatList,
String booleanTrueRegexPattern,
String booleanFalseRegexPattern)
-
Method Details
-
convert
- Specified by:
convert in interface net.croz.nrich.search.api.converter.StringToTypeConverter<Object>
-
supports
public boolean supports(Class<?> requiredType)
- Specified by:
supports in interface net.croz.nrich.search.api.converter.StringToTypeConverter<Object>