| Package | Description |
|---|---|
| ch.rasc.bsoncodec.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldModel |
ImmutableFieldModel.Builder.build()
Builds a new
ImmutableFieldModel. |
static ImmutableFieldModel |
ImmutableFieldModel.copyOf(FieldModel instance)
Creates an immutable copy of a
FieldModel value. |
ImmutableFieldModel |
ImmutableFieldModel.withCodeGen(CodeGen value)
Copy the current immutable object by setting a value for the
codeGen attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withCustomCodecName(String value)
Copy the current immutable object by setting a value for the
customCodecName attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withDisableDecodeNullCheck(boolean value)
Copy the current immutable object by setting a value for the
disableDecodeNullCheck attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withDisableEncodeNullCheck(boolean value)
Copy the current immutable object by setting a value for the
disableEncodeNullCheck attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withDisableSetNullStatement(boolean value)
Copy the current immutable object by setting a value for the
disableSetNullStatement attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withFixedArray(int value)
Copy the current immutable object by setting a value for the
fixedArray attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withIdModel(IdModel value)
Copy the current immutable object by setting a value for the
idModel attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withMethodNameGet(String value)
Copy the current immutable object by setting a value for the
methodNameGet attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withMethodNameSet(String value)
Copy the current immutable object by setting a value for the
methodNameSet attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withOrder(int value)
Copy the current immutable object by setting a value for the
order attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withStoreEmptyCollection(boolean value)
Copy the current immutable object by setting a value for the
storeEmptyCollection attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withStoreNullValue(boolean value)
Copy the current immutable object by setting a value for the
storeNullValue attribute. |
ImmutableFieldModel |
ImmutableFieldModel.withVarEl(VariableElement value)
Copy the current immutable object by setting a value for the
varEl attribute. |
Copyright © 2015–2018. All rights reserved.