| Package | Description |
|---|---|
| ch.rasc.bsoncodec.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableInstanceField |
ImmutableInstanceField.Builder.build()
Builds a new
ImmutableInstanceField. |
static ImmutableInstanceField |
ImmutableInstanceField.copyOf(InstanceField instance)
Creates an immutable copy of a
InstanceField value. |
ImmutableInstanceField |
ImmutableInstanceField.withCodecForClass(com.squareup.javapoet.TypeName value)
Copy the current immutable object by setting a value for the
codecForClass attribute. |
ImmutableInstanceField |
ImmutableInstanceField.withCustomCodec(boolean value)
Copy the current immutable object by setting a value for the
customCodec attribute. |
ImmutableInstanceField |
ImmutableInstanceField.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableInstanceField |
ImmutableInstanceField.withType(com.squareup.javapoet.TypeName value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2015–2018. All rights reserved.