| Modifier and Type | Method and Description |
|---|---|
WireParselet |
MethodReaderBuilder.defaultParselet() |
WireParselet<O> |
WireParser.getDefaultConsumer() |
WireParselet |
VanillaWireParser.getDefaultConsumer() |
WireParselet<O> |
WireParser.lookup(CharSequence name) |
WireParselet<O> |
VanillaWireParser.lookup(CharSequence name) |
WireParselet<O> |
WireParser.lookup(int number) |
WireParselet<O> |
VanillaWireParser.lookup(int number) |
| Modifier and Type | Method and Description |
|---|---|
MethodReaderBuilder |
MethodReaderBuilder.defaultParselet(WireParselet defaultParselet) |
VanillaWireParser<O> |
WireParser.register(WireKey key,
WireParselet<O> valueInConsumer) |
VanillaWireParser<O> |
VanillaWireParser.register(WireKey key,
WireParselet<O> valueInConsumer) |
default VanillaWireParser<O> |
WireParser.registerOnce(WireKey key,
WireParselet<O> valueInConsumer) |
static <O> WireParser<O> |
WireParser.wireParser(WireParselet<O> defaultConsumer) |
| Constructor and Description |
|---|
MethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
MethodReaderInterceptor methodReaderInterceptor,
Object... objects) |
VanillaWireParser(WireParselet<O> defaultConsumer) |
Copyright © 2017. All rights reserved.