| Package | Description |
|---|---|
| ch.rasc.bsoncodec.model |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableInstanceField.Builder |
ImmutableInstanceField.builder()
Creates a builder for
ImmutableInstanceField. |
ImmutableInstanceField.Builder |
ImmutableInstanceField.Builder.codecForClass(com.squareup.javapoet.TypeName codecForClass)
Initializes the value for the
codecForClass attribute. |
ImmutableInstanceField.Builder |
ImmutableInstanceField.Builder.customCodec(boolean customCodec)
Initializes the value for the
customCodec attribute. |
ImmutableInstanceField.Builder |
ImmutableInstanceField.Builder.from(InstanceField instance)
Fill a builder with attribute values from the provided
InstanceField instance. |
ImmutableInstanceField.Builder |
ImmutableInstanceField.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableInstanceField.Builder |
ImmutableInstanceField.Builder.type(com.squareup.javapoet.TypeName type)
Initializes the value for the
type attribute. |
Copyright © 2015–2018. All rights reserved.