| 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.
|
| 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> Brancher<java.util.Map<K,V>> |
Branchers.map(Brancher<V> valueBrancher) |
static <T> Brancher<T> |
Branchers.noop()
Copies nothing and reuses the original object
|
static <V> Brancher<java.util.Set<V>> |
Branchers.set() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Brancher<java.util.Map<K,V>> |
Branchers.map(Brancher<V> valueBrancher) |