| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatchersSchemaType> |
Matchers.schemas |
| Modifier and Type | Method and Description |
|---|---|
MatchersSchemaType |
ObjectFactory.createMatchersSchemaType()
Create an instance of
MatchersSchemaType |
MatchersSchemaType |
MatchersSchemaType.withExpression(String value)
This schema matcher applies to all unqualified or qualified schema names matched by this expression.
|
MatchersSchemaType |
MatchersSchemaType.withSchemaClass(MatcherRule value)
This rule influences the naming of the generated
Schema object. |
MatchersSchemaType |
MatchersSchemaType.withSchemaIdentifier(MatcherRule value)
This rule influences the naming of the generated
Schema identifier. |
MatchersSchemaType |
MatchersSchemaType.withSchemaImplements(String value)
This string provides additional interfaces that a generated
Schema should implement. |
| Modifier and Type | Method and Description |
|---|---|
List<MatchersSchemaType> |
Matchers.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
Matchers |
Matchers.withSchemas(MatchersSchemaType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Matchers.setSchemas(List<MatchersSchemaType> schemas) |
Matchers |
Matchers.withSchemas(Collection<MatchersSchemaType> values) |
Matchers |
Matchers.withSchemas(List<MatchersSchemaType> schemas) |
Copyright © 2021. All rights reserved.