Class DefaultSchemaGenerator.PropertyComparator
java.lang.Object
org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.PropertyComparator
- All Implemented Interfaces:
Comparator<PropertyDescriptor>
- Enclosing class:
- DefaultSchemaGenerator
public class DefaultSchemaGenerator.PropertyComparator
extends Object
implements Comparator<PropertyDescriptor>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(PropertyDescriptor propertyDescriptor1, PropertyDescriptor propertyDescriptor2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PropertyComparator
public PropertyComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<PropertyDescriptor>
-