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(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, waitgetpublic static final JavaBeanSchema.GetterTypeSupplier INSTANCE
public java.util.List<FieldValueTypeInformation> get(java.lang.Class<?> clazz)
FieldValueTypeSupplierget in interface FieldValueTypeSupplierpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object