public static enum YamlContract.StubMatcherType extends Enum<YamlContract.StubMatcherType>
Enum Constant and Description |
---|
by_date |
by_equality |
by_null |
by_regex |
by_time |
by_timestamp |
by_type |
Modifier and Type | Method and Description |
---|---|
static YamlContract.StubMatcherType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlContract.StubMatcherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YamlContract.StubMatcherType by_date
public static final YamlContract.StubMatcherType by_time
public static final YamlContract.StubMatcherType by_timestamp
public static final YamlContract.StubMatcherType by_regex
public static final YamlContract.StubMatcherType by_equality
public static final YamlContract.StubMatcherType by_type
public static final YamlContract.StubMatcherType by_null
public static YamlContract.StubMatcherType[] values()
for (YamlContract.StubMatcherType c : YamlContract.StubMatcherType.values()) System.out.println(c);
public static YamlContract.StubMatcherType 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 nullCopyright © 2016–2022 Spring. All rights reserved.