Package uk.co.real_logic.sbe.codec.java
Class MethodSelector
java.lang.Object
uk.co.real_logic.sbe.codec.java.MethodSelector
Selects sorted methods of a class that are annotated with
GroupOrder.-
Constructor Summary
ConstructorsConstructorDescriptionMethodSelector(Set<String> ignoredMethods) Create a method selector with a set of methods to be ignored. -
Method Summary
-
Constructor Details
-
MethodSelector
Create a method selector with a set of methods to be ignored.- Parameters:
ignoredMethods- to be skipped over.
-
-
Method Details
-
objectAndIteratorMethods
The method names for method belonging to Object and Iterator.- Returns:
- the method names for method belonging to Object and Iterator.
-
select
Select a list of methods from a given class.- Parameters:
clazz- to select the method for.- Returns:
- the list of methods
-