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