Class AvroUtils.AvroConvertValueForGetter
- java.lang.Object
-
- org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.TypeConversion<net.bytebuddy.implementation.bytecode.StackManipulation>
-
- org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertValueForGetter
-
- org.apache.beam.sdk.extensions.avro.schemas.utils.AvroUtils.AvroConvertValueForGetter
-
- Enclosing class:
- AvroUtils
public static class AvroUtils.AvroConvertValueForGetter extends org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertValueForGetter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.bytebuddy.implementation.bytecode.StackManipulationconvertDefault(org.apache.beam.sdk.values.TypeDescriptor<?> type)protected org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.TypeConversionsFactorygetFactory()-
Methods inherited from class org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertValueForGetter
convertArray, convertByteBuffer, convertCharSequence, convertCollection, convertDateTime, convertEnum, convertIterable, convertList, convertMap, convertPrimitive
-
-
-
-
Method Detail
-
getFactory
protected org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.TypeConversionsFactory getFactory()
- Overrides:
getFactoryin classorg.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertValueForGetter
-
convertDefault
protected net.bytebuddy.implementation.bytecode.StackManipulation convertDefault(org.apache.beam.sdk.values.TypeDescriptor<?> type)
- Overrides:
convertDefaultin classorg.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertValueForGetter
-
-