| Package | Description |
|---|---|
| com.google.auto.value.extension.memoized.processor | |
| com.google.auto.value.extension.serializable.processor | |
| com.google.auto.value.extension.toprettystring.processor | |
| com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoizeExtension
An extension that implements the
Memoized
contract. |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializableAutoValueExtension
An AutoValue extension that enables classes with unserializable fields to be serializable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ToPrettyStringExtension
Generates implementations of
ToPrettyString annotated methods in AutoValue types. |
| Constructor and Description |
|---|
AutoValueProcessor(java.lang.Iterable<? extends AutoValueExtension> extensions) |
Copyright © 2021 Google LLC. All Rights Reserved.