Class UnresolvedUnionUtil


  • public class UnresolvedUnionUtil
    extends java.lang.Object
    This class makes use of UnresolvedUnionException, which is not present in all versions of Avro. Therefore, this class should only be invoked if we know for sure that it is available, which can be verified via AvroSchemaUtils.isUnresolvedUnionExceptionAvailable().
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void handleUnresolvedUnion​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • UnresolvedUnionUtil

        public UnresolvedUnionUtil()
    • Method Detail

      • handleUnresolvedUnion

        public static void handleUnresolvedUnion​(java.lang.Throwable t)