Uses of Enum Class
org.summerboot.jexpress.util.FormatterUtil.RegexType
Packages that use FormatterUtil.RegexType
-
Uses of FormatterUtil.RegexType in org.summerboot.jexpress.util
Methods in org.summerboot.jexpress.util that return FormatterUtil.RegexTypeModifier and TypeMethodDescriptionstatic FormatterUtil.RegexTypeReturns the enum constant of this class with the specified name.static FormatterUtil.RegexType[]FormatterUtil.RegexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.summerboot.jexpress.util with parameters of type FormatterUtil.RegexTypeModifier and TypeMethodDescriptionstatic PatternFormatterUtil.getPattern(String dataFieldName, FormatterUtil.RegexType type) static StringFormatterUtil.replaceDataField(FormatterUtil.RegexType type, String data, String key, String newValue)