public static class JavaBeanSchema.GetterTypeSupplier extends java.lang.Object implements FieldValueTypeSupplier
FieldValueTypeSupplier
that's based on getter methods.Modifier and Type | Field and Description |
---|---|
static JavaBeanSchema.GetterTypeSupplier |
INSTANCE |
Constructor and Description |
---|
GetterTypeSupplier() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object obj) |
java.util.List<FieldValueTypeInformation> |
get(java.lang.Class<?> clazz)
Return all the FieldValueTypeInformations.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
get
public static final JavaBeanSchema.GetterTypeSupplier INSTANCE
public java.util.List<FieldValueTypeInformation> get(java.lang.Class<?> clazz)
FieldValueTypeSupplier
get
in interface FieldValueTypeSupplier
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(@Nullable java.lang.Object obj)
equals
in class java.lang.Object