| Package | Description |
|---|---|
| ch.rasc.bsoncodec.codegen | |
| ch.rasc.bsoncodec.model |
| Modifier and Type | Method and Description |
|---|---|
protected FieldModel |
CodeGeneratorContext.field() |
| Constructor and Description |
|---|
CodeGeneratorContext(FieldModel field,
com.squareup.javapoet.MethodSpec.Builder builder,
Set<InstanceField> instanceFields,
String getter,
String setter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFieldModel
Immutable implementation of
FieldModel. |
| Modifier and Type | Method and Description |
|---|---|
int |
FieldModel.compareTo(FieldModel o) |
static ImmutableFieldModel |
ImmutableFieldModel.copyOf(FieldModel instance)
Creates an immutable copy of a
FieldModel value. |
ImmutableFieldModel.Builder |
ImmutableFieldModel.Builder.from(FieldModel instance)
Fill a builder with attribute values from the provided
FieldModel instance. |
Copyright © 2015–2017. All rights reserved.