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