public class MethodSelector extends Object
GroupOrder.| Constructor and Description |
|---|
MethodSelector(Set<String> ignoredMethods)
Create a method selector with a set of methods to be ignored.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
objectAndIteratorMethods()
The method names for method belonging to Object and Iterator.
|
List<Method> |
select(Class<?> clazz)
Select a list of methods from a given class.
|
Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.