com.alibaba.fastjson.util
Class TypeUtils.MethodInheritanceComparator
- java.lang.Object
-
- com.alibaba.fastjson.util.TypeUtils.MethodInheritanceComparator
-
- All Implemented Interfaces:
- Comparator< Method>
- Enclosing class:
- TypeUtils
public static class TypeUtils.MethodInheritanceComparator extends Object implements Comparator<Method>
-
Constructor Summary
Constructors Constructor and Description MethodInheritanceComparator()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
compare(Method m1, Method m2)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Detail
compare
public int compare(Method m1, Method m2)
- Specified by:
-
compare
in interfaceComparator<Method>
Copyright © 2012–2021 Alibaba Group. All rights reserved.