| Package | Description |
|---|---|
| com.brentcroft.tools.materializer.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlatTag<T> |
interface |
StepTag<T,R> |
| Modifier and Type | Method and Description |
|---|---|
Tag<T,R> |
Tag.getSelf() |
| Modifier and Type | Method and Description |
|---|---|
static List<Tag<?,?>> |
Tag.fromArray(Tag<?,?>... tags) |
default List<Tag<?,?>> |
Tag.getChildren() |
default Iterator<Tag<?,?>> |
Tag.getIterator() |
default java.util.function.BiConsumer<Tag<T,R>,R> |
Tag.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
static List<Tag<?,?>> |
Tag.fromArray(Tag<?,?>... tags) |
| Constructor and Description |
|---|
TagHandler(Tag<?,?> rootTag,
Object rootItem) |
ValidationException(Tag<?,?> tag,
String message) |
Copyright © 2021. All rights reserved.