public static class CounterImpl.Handler extends java.lang.Object implements BaggageHandler<CounterImpl>
CounterImpl
Parser.ElementParser<T>
Serializer.ElementSerializer<T>
Modifier and Type | Field and Description |
---|---|
static CounterImpl.Handler |
instance |
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
CounterImpl |
branch(CounterImpl from) |
boolean |
isInstance(Bag bag) |
CounterImpl |
join(CounterImpl first,
CounterImpl second) |
CounterImpl |
parse(BaggageReader reader) |
void |
serialize(BaggageWriter writer,
CounterImpl instance) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
branch, join, serialize
public static final CounterImpl.Handler instance
public CounterImpl parse(BaggageReader reader)
parse
in interface Parser<CounterImpl>
public void serialize(BaggageWriter writer, CounterImpl instance)
serialize
in interface Serializer<CounterImpl>
public CounterImpl join(CounterImpl first, CounterImpl second)
join
in interface Joiner<CounterImpl>
public CounterImpl branch(CounterImpl from)
branch
in interface Brancher<CounterImpl>
public boolean isInstance(Bag bag)
isInstance
in interface BaggageHandler<CounterImpl>