Class NrichSearchProperties.StringSearchProperties
java.lang.Object
net.croz.nrich.search.starter.properties.NrichSearchProperties.StringSearchProperties
- Enclosing class:
- NrichSearchProperties
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringSearchProperties
public StringSearchProperties(@DefaultValue({"dd.MM.yyyy.","dd.MM.yyyy.\'T\'HH:mm","dd.MM.yyyy.\'T\'HH:mm\'Z\'"}) List<String> dateFormatList, @DefaultValue({"#0.00","#0,00"}) List<String> decimalNumberFormatList, @DefaultValue("^(?i)\\s*(true|yes|da)\\s*$") String booleanTrueRegexPattern, @DefaultValue("^(?i)\\s*(false|no|ne)\\s*$") String booleanFalseRegexPattern)
-