Class OneofFieldComparator
- java.lang.Object
-
- org.silbertb.proto.domainconverter.converter.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 intcompare(OneofField a, OneofField b)javax.lang.model.type.TypeMirrorgetType(OneofField oneofField)
-
-
-
Constructor Detail
-
OneofFieldComparator
public OneofFieldComparator(javax.annotation.processing.ProcessingEnvironment processingEnv, LangModelUtil langModelUtil)
-
-
Method Detail
-
compare
public int compare(OneofField a, OneofField b)
- Specified by:
comparein interfacejava.util.Comparator<OneofField>
-
getType
public javax.lang.model.type.TypeMirror getType(OneofField oneofField)
-
-