Package | Description |
---|---|
brown.tracingplane.bdl |
Library classes used by BDL-generated objects, including the
BDLContext implementation of
BaggageContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
BaggageHandler<T extends Bag>
Provides serialization, deserialization, branch, and merge logic for a bag type.
|
static interface |
Parser.ElementParser<T> |
static interface |
Struct.StructHandler<S> |
Modifier and Type | Class and Description |
---|---|
static class |
CounterImpl.Handler
Provides branch, merge, and serialization logic for
CounterImpl |
Modifier and Type | Method and Description |
---|---|
static <K,V> Parser<java.util.Map<K,V>> |
Parsers.mapParser(java.util.function.Function<java.nio.ByteBuffer,K> keyCast,
Parser<? extends V> valueParser) |
Modifier and Type | Method and Description |
---|---|
static <K,V> Parser<java.util.Map<K,V>> |
Parsers.mapParser(java.util.function.Function<java.nio.ByteBuffer,K> keyCast,
Parser<? extends V> valueParser) |