public final class BinaryUnmarshaller extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BinaryUnmarshaller.AttributeMapStep<A extends Attributes,T,P> |
static interface |
BinaryUnmarshaller.AttributeUmarshallStep<A extends Attributes,T,P> |
static interface |
BinaryUnmarshaller.BuilderStep<A extends Attributes,T,P> |
static interface |
BinaryUnmarshaller.DataUnmarshallerStep<A extends Attributes,T,P> |
static interface |
BinaryUnmarshaller.ExtensionsMapStep<A extends Attributes,T,P> |
static interface |
BinaryUnmarshaller.ExtensionsStep<A extends Attributes,T,P> |
static interface |
BinaryUnmarshaller.ExtensionsStepBegin<A extends Attributes,T,P> |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Attributes,T,P> |
builder()
Gets a new builder instance
|
public static <A extends Attributes,T,P> BinaryUnmarshaller.AttributeMapStep<A,T,P> builder()
A - The attributes typeT - The 'data' typeP - The payload typeCopyright © 2019. All rights reserved.