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(TypeDescriptor<?> typeDescriptor)
Return all the FieldValueTypeInformations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public static final AutoValueSchema.AbstractGetterTypeSupplier INSTANCE
public java.util.List<FieldValueTypeInformation> get(TypeDescriptor<?> typeDescriptor)
FieldValueTypeSupplier
get
in interface FieldValueTypeSupplier