Class OneofFieldComparator

  • All Implemented Interfaces:
    java.util.Comparator<OneofField>

    public class OneofFieldComparator
    extends java.lang.Object
    implements java.util.Comparator<OneofField>
    • Constructor Summary

      Constructors 
      Constructor Description
      OneofFieldComparator​(javax.annotation.processing.ProcessingEnvironment processingEnv, LangModelUtil langModelUtil)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(OneofField a, OneofField b)  
      javax.lang.model.type.TypeMirror getType​(OneofField oneofField)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • OneofFieldComparator

        public OneofFieldComparator​(javax.annotation.processing.ProcessingEnvironment processingEnv,
                                    LangModelUtil langModelUtil)
    • Method Detail

      • getType

        public javax.lang.model.type.TypeMirror getType​(OneofField oneofField)