public static final class AmqpVariableLength32FW.Builder extends Flyweight.Builder<AmqpVariableLength32FW>
Flyweight.Builder.Visitor| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
AmqpVariableLength32FW |
build() |
|
AmqpVariableLength32FW.Builder |
constructor(java.util.function.Consumer<AmqpTypeFW.Builder> mutator) |
|
AmqpVariableLength32FW.Builder |
constructor(AmqpTypeFW field) |
|
AmqpVariableLength32FW.Builder |
length(long value) |
|
AmqpVariableLength32FW.Builder |
rewrap() |
|
AmqpVariableLength32FW.Builder |
wrap(org.agrona.MutableDirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpVariableLength32FW.Builder |
wrap(ArrayFW.Builder<? extends ArrayFW<AmqpVariableLength32FW>,? extends Flyweight.Builder<AmqpVariableLength32FW>,AmqpVariableLength32FW> array) |
public AmqpVariableLength32FW.Builder constructor(java.util.function.Consumer<AmqpTypeFW.Builder> mutator)
public AmqpVariableLength32FW.Builder constructor(AmqpTypeFW field)
public AmqpVariableLength32FW.Builder length(long value)
public AmqpVariableLength32FW.Builder wrap(org.agrona.MutableDirectBuffer buffer, int offset, int maxLimit)
wrap in class Flyweight.Builder<AmqpVariableLength32FW>public AmqpVariableLength32FW.Builder wrap(ArrayFW.Builder<? extends ArrayFW<AmqpVariableLength32FW>,? extends Flyweight.Builder<AmqpVariableLength32FW>,AmqpVariableLength32FW> array)
wrap in class Flyweight.Builder<AmqpVariableLength32FW>public AmqpVariableLength32FW.Builder rewrap()
rewrap in class Flyweight.Builder<AmqpVariableLength32FW>public AmqpVariableLength32FW build()
build in class Flyweight.Builder<AmqpVariableLength32FW>Copyright © 2020. All rights reserved.