public enum ParsingRuleType extends Enum<ParsingRuleType>
| Enum Constant and Description |
|---|
JSON_PATH |
REGEX |
REGEX_HEADER |
REGEX_URI |
XPATH |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildResult(ParsingRule parsingRule,
Matcher matcher,
MessageParameter.Builder builder) |
static ParsingRuleType |
from(String value)
TODO: Add JavaDoc.
|
protected String |
headers2ConfigurationHeadersString(Map<String,Object> headers) |
abstract MessageParameter |
parse(Message message,
ParsingRule parsingRule) |
abstract String |
toString() |
static ParsingRuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsingRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsingRuleType REGEX
public static final ParsingRuleType XPATH
public static final ParsingRuleType REGEX_URI
public static final ParsingRuleType JSON_PATH
public static final ParsingRuleType REGEX_HEADER
public static ParsingRuleType[] values()
for (ParsingRuleType c : ParsingRuleType.values()) System.out.println(c);
public static ParsingRuleType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract String toString()
toString in class Enum<ParsingRuleType>public abstract MessageParameter parse(Message message, ParsingRule parsingRule)
public static ParsingRuleType from(String value)
protected void buildResult(ParsingRule parsingRule, Matcher matcher, MessageParameter.Builder builder)
Copyright © 2025. All rights reserved.