Uses of Class
org.revapi.ReportComparator.Strategy
-
Packages that use ReportComparator.Strategy Package Description org.revapi -
-
Uses of ReportComparator.Strategy in org.revapi
Fields in org.revapi declared as ReportComparator.Strategy Modifier and Type Field Description protected ReportComparator.StrategyReportComparator.Builder. comparisonStrategyMethods in org.revapi that return ReportComparator.Strategy Modifier and Type Method Description static ReportComparator.StrategyReportComparator.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportComparator.Strategy[]ReportComparator.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.revapi with parameters of type ReportComparator.Strategy Modifier and Type Method Description ReportComparator.BuilderReportComparator.Builder. withComparisonStrategy(ReportComparator.Strategy comparisonStrategy)Constructors in org.revapi with parameters of type ReportComparator.Strategy Constructor Description ReportComparator(List<Class<?>> baseTypeOrder, Map<Class<?>,Comparator<?>> perTypeComparators, ReportComparator.Strategy comparisonStrategy)
-