public class MethodSelectorImpl extends Object implements MethodSelector
Constructor and Description |
---|
MethodSelectorImpl() |
Modifier and Type | Method and Description |
---|---|
Constructor |
getBestAssignableConstructor(Class clazz,
Object[] arguments) |
Method |
getBestAssignableMethod(Class clazz,
Object[] arguments,
String methodName) |
public Constructor getBestAssignableConstructor(Class clazz, Object[] arguments)
getBestAssignableConstructor
in interface MethodSelector
public Method getBestAssignableMethod(Class clazz, Object[] arguments, String methodName)
getBestAssignableMethod
in interface MethodSelector
Copyright © 2005-2013 Agical AB. All Rights Reserved.