| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersFieldType> |
Matchers.fields |
| Modifier and Type | Method and Description |
|---|---|
MatchersFieldType |
ObjectFactory.createMatchersFieldType()
Create an instance of
MatchersFieldType |
MatchersFieldType |
MatchersFieldType.withExpression(String value)
This field matcher applies to all unqualified or qualified field names matched by this expression.
|
MatchersFieldType |
MatchersFieldType.withFieldGetter(MatcherRule value)
This rule influences the naming of generated getters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
MatchersFieldType |
MatchersFieldType.withFieldIdentifier(MatcherRule value)
This rule influences the naming of the generated
Field identifier. |
MatchersFieldType |
MatchersFieldType.withFieldMember(MatcherRule value)
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field |
MatchersFieldType |
MatchersFieldType.withFieldSetter(MatcherRule value)
This rule influences the naming of generated setters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
| Modifier and Type | Method and Description |
|---|---|
List<MatchersFieldType> |
Matchers.getFields() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
Matchers.withFields(MatchersFieldType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matchers.setFields(List<MatchersFieldType> fields) |
Matchers |
Matchers.withFields(Collection<MatchersFieldType> values) |
Matchers |
Matchers.withFields(List<MatchersFieldType> fields) |
Copyright © 2021. All rights reserved.