| Interface | Description |
|---|---|
| Java8Iterator.ConsumeCollection<V> | |
| Java8Iterator.ConsumeCollectionWithIterator<V> | |
| Java8Iterator.ConsumeMap<K,V> | |
| Java8Iterator.ConsumeMapWithIterator<K,V> | |
| RockerBootstrap | |
| WithBlock.Consumer0 | |
| WithBlock.Consumer1<V> |
| Class | Description |
|---|---|
| AbstractRockerOutput<T extends AbstractRockerOutput> |
Output that wraps an
OutputStream. |
| ArrayOfByteArraysOutput |
Output stores a list of references to byte arrays.
|
| CompileDiagnostic | |
| DefaultHtmlStringify |
Default implementation of HtmlStringify.
|
| DefaultRockerBootstrap | |
| DefaultRockerModel | |
| DefaultRockerTemplate | |
| GuavaHtmlStringify |
Guava-based implementation of HtmlStringify.
|
| IndexOnlyForIterator |
ForIterator implementation that only handles the
index and
not the actual iteration of elements. |
| IterableForIterator<T> |
ForIterator implementation that wraps an
Iterable and actually
handles the iteration of elements. |
| Java8Iterator | |
| OutputStreamOutput |
Output that wraps an
OutputStream. |
| PlainTextUnloadedClassLoader |
Loads a map of field names -> byte arrays from a standard compiled Java class
but uses a temporary ClassLoader so that its class may be immediately unloaded
from the JVM and it's memory + constant pool can be used for other things.
|
| PrimitiveCollections | |
| PrimitiveCollections.AbstractPrimitiveCollection<T> | |
| PrimitiveCollections.BooleanCollection | |
| PrimitiveCollections.ByteCollection | |
| PrimitiveCollections.CharacterCollection | |
| PrimitiveCollections.DoubleCollection | |
| PrimitiveCollections.FloatCollection | |
| PrimitiveCollections.IntegerCollection | |
| PrimitiveCollections.LongCollection | |
| PrimitiveCollections.ObjectCollection<T> | |
| PrimitiveCollections.ShortCollection | |
| Raw | |
| RawStringify | |
| RockerRuntime | |
| StringBuilderOutput |
Output that wraps an
StringBuilder. |
| WithBlock |
| Exception | Description |
|---|---|
| BreakException | |
| CompileDiagnosticException | |
| CompileUnrecoverableException | |
| ContinueException | |
| ParserException |
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.