public static class AutoValueSchema.AbstractGetterTypeSupplier extends java.lang.Object implements FieldValueTypeSupplier
FieldValueTypeSupplier that's based on AutoValue getters.| Modifier and Type | Field and Description |
|---|---|
static AutoValueSchema.AbstractGetterTypeSupplier |
INSTANCE |
| Constructor and Description |
|---|
AbstractGetterTypeSupplier() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldValueTypeInformation> |
get(java.lang.Class<?> clazz)
Return all the FieldValueTypeInformations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic static final AutoValueSchema.AbstractGetterTypeSupplier INSTANCE
public java.util.List<FieldValueTypeInformation> get(java.lang.Class<?> clazz)
FieldValueTypeSupplierget in interface FieldValueTypeSupplier