public static class JavaBeanSchema.SetterTypeSupplier extends java.lang.Object implements FieldValueTypeSupplier
FieldValueTypeSupplier that's based on setter methods.| Constructor and Description |
|---|
SetterTypeSupplier() |
| 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, waitgetpublic java.util.List<FieldValueTypeInformation> get(java.lang.Class<?> clazz)
FieldValueTypeSupplierget in interface FieldValueTypeSupplierpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(@Nullable java.lang.Object obj)
equals in class java.lang.Object