public class ComparatorFactory extends Object
Whitebox which are used to find best candidates
for constructor and method invocation.WhiteboxImpl.getBestMethodCandidate(Class, String, Class[], boolean),
WhiteboxImpl.getBestCandidateConstructor(Class, Class[], Object[]),
CandidateConstructorSearcher| Modifier and Type | Class and Description |
|---|---|
static class |
ComparatorFactory.ConstructorComparator |
static class |
ComparatorFactory.MethodComparator |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Constructor> |
createConstructorComparator() |
static Comparator<Method> |
createMethodComparator() |
public static Comparator<Constructor> createConstructorComparator()
public static Comparator<Method> createMethodComparator()
Copyright © 2007–2016. All rights reserved.