| Package | Description |
|---|---|
| com.brentcroft.tools.materializer.core | |
| com.brentcroft.tools.materializer.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlatTag<T> |
interface |
StepTag<T,R> |
| Modifier and Type | Method and Description |
|---|---|
default Tag<? super R,?>[] |
Tag.getChildren()
Provide no children by default.
|
Tag<T,R> |
Tag.getSelf()
Enforce implementation of a self member.
|
Tag<? super R,?> |
TagModel.getTag(String uri,
String localName,
String qName,
Attributes attributes) |
static <X> Tag<? super X,?>[] |
Tag.tags(Tag<? super X,?>... tags)
Utility method to cast an argument list of Tags as an array.
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.function.BiConsumer<Tag<T,R>,R> |
Tag.getValidator()
Override to implement validation behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
static <X> Tag<? super X,?>[] |
Tag.tags(Tag<? super X,?>... tags)
Utility method to cast an argument list of Tags as an array.
|
| Constructor and Description |
|---|
ValidationException(Tag<?,?> tag,
String message) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesRootTag |
class |
SchemaRootTag |
Copyright © 2021. All rights reserved.