Package org.apache.beam.sdk.schemas
Class JavaBeanSchema.GetterTypeSupplier
java.lang.Object
org.apache.beam.sdk.schemas.JavaBeanSchema.GetterTypeSupplier
- All Implemented Interfaces:
Serializable,FieldValueTypeSupplier
- Enclosing class:
JavaBeanSchema
public static class JavaBeanSchema.GetterTypeSupplier
extends Object
implements FieldValueTypeSupplier
FieldValueTypeSupplier that's based on getter methods.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(TypeDescriptor<?> typeDescriptor) Return all the FieldValueTypeInformations.inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.schemas.utils.FieldValueTypeSupplier
get
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
GetterTypeSupplier
public GetterTypeSupplier()
-
-
Method Details
-
get
Description copied from interface:FieldValueTypeSupplierReturn all the FieldValueTypeInformations.- Specified by:
getin interfaceFieldValueTypeSupplier
-
hashCode
public int hashCode() -
equals
-