| Package | Description |
|---|---|
| com.brentcroft.tools.materializer | |
| com.brentcroft.tools.materializer.core |
| Modifier and Type | Method and Description |
|---|---|
static <R> Stack<TagContext> |
Materializer.newStackInContext(FlatTag<? super R> rootTag,
ContextValue contextValue) |
| Constructor and Description |
|---|
Materializer(Schema schema,
int initialPoolSize,
java.util.function.Supplier<FlatTag<? super R>> rootTagSupplier,
java.util.function.Supplier<R> rootItemSupplier,
Stack<TagContext> contextStack) |
Materializer(java.util.function.Supplier<FlatTag<? super R>> rootTagSupplier,
java.util.function.Supplier<R> rootItemSupplier,
Stack<TagContext> contextStack) |
| Modifier and Type | Method and Description |
|---|---|
TagContext |
OpenEvent.inContext(Tag<?,?> tag) |
| Modifier and Type | Method and Description |
|---|---|
Stack<TagContext> |
TagHandlerContext.getContextStack() |
Stack<TagContext> |
OpenEvent.stackInContext(Tag<?,?> tag) |
| Constructor and Description |
|---|
TagHandler(R rootItem,
TagContext rootContext,
ContextValue contextValue) |
| Constructor and Description |
|---|
TagHandler(R rootItem,
Stack<TagContext> tagContextStack,
ContextValue contextValue) |
Copyright © 2021. All rights reserved.