public class TypeExtractorMethodParameters extends Object
Method.
For example,
public class CustomerRepository {
public void filterCustomers(List<Customer> customerList) { ... }
}
will find both List and Customer.
| Constructor and Description |
|---|
TypeExtractorMethodParameters(Method method) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(Class<?> cls)
Adds to
list of classes, provided not Void. |
protected void |
addParameterizedTypes(Type... genericTypes) |
List<Class<?>> |
getClasses() |
protected Method |
getMethod()
The
Method provided in the constructor. |
Class<?>[] |
getParameterTypes() |
Iterator<Class<?>> |
iterator() |
public TypeExtractorMethodParameters(Method method)
public Class<?>[] getParameterTypes()
protected void addParameterizedTypes(Type... genericTypes)
protected void add(Class<?> cls)
list of classes, provided not Void.protected Method getMethod()
Method provided in the constructor.public List<Class<?>> getClasses()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.