| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected MatcherTransformType |
MatcherRule.transform |
| Modifier and Type | Method and Description |
|---|---|
static MatcherTransformType |
MatcherTransformType.fromValue(String v) |
MatcherTransformType |
MatcherRule.getTransform()
A pre-defined transformation type that transforms this rule's output into a specific format.
|
static MatcherTransformType |
MatcherTransformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatcherTransformType[] |
MatcherTransformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatcherRule.setTransform(MatcherTransformType value)
A pre-defined transformation type that transforms this rule's output into a specific format.
|
MatcherRule |
MatcherRule.withTransform(MatcherTransformType value)
A pre-defined transformation type that transforms this rule's output into a specific format.
|
Copyright © 2021. All rights reserved.