| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersEnumType> |
Matchers.enums |
| Modifier and Type | Method and Description |
|---|---|
MatchersEnumType |
ObjectFactory.createMatchersEnumType()
Create an instance of
MatchersEnumType |
MatchersEnumType |
MatchersEnumType.withEnumClass(MatcherRule value)
This rule influences the naming of the generated
EnumType object. |
MatchersEnumType |
MatchersEnumType.withEnumImplements(String value)
This string provides additional interfaces that a generated
EnumType should implement. |
MatchersEnumType |
MatchersEnumType.withExpression(String value)
This enum matcher applies to all unqualified or qualified enum names matched by this expression.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchersEnumType> |
Matchers.getEnums() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
Matchers.withEnums(MatchersEnumType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matchers.setEnums(List<MatchersEnumType> enums) |
Matchers |
Matchers.withEnums(Collection<MatchersEnumType> values) |
Matchers |
Matchers.withEnums(List<MatchersEnumType> enums) |
Copyright © 2021. All rights reserved.