Class AvroUtils.AvroConvertType

  • Enclosing class:
    AvroUtils

    public static class AvroUtils.AvroConvertType
    extends org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertType
    • Constructor Summary

      Constructors 
      Constructor Description
      AvroConvertType​(boolean returnRawType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.reflect.Type convertDefault​(org.apache.beam.sdk.values.TypeDescriptor<?> type)  
      • Methods inherited from class org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertType

        convertArray, convertByteBuffer, convertCharSequence, convertCollection, convertDateTime, convertEnum, convertIterable, convertList, convertMap, convertPrimitive
      • Methods inherited from class org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.TypeConversion

        convert, shortCircuitReturnNull
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AvroConvertType

        public AvroConvertType​(boolean returnRawType)
    • Method Detail

      • convertDefault

        protected java.lang.reflect.Type convertDefault​(org.apache.beam.sdk.values.TypeDescriptor<?> type)
        Overrides:
        convertDefault in class org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.ConvertType