public class MethodParser extends Object
| Constructor and Description |
|---|
MethodParser(EntityManager entityManager,
SubjectInfoImpl subjectInfo,
Map<String,Integer> addCount)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
findAbstracts(Class<?> clazz)
Return the set of implemented abstract classes and interfacesin the order
they were declared.
|
List<Method> |
findMethod(Set<Class<?>> classSet,
Method method)
Find a method in the list of classes
|
List<Method> |
findMethod(Set<Class<?>> classSet,
String methodName,
Class<?>[] aParams) |
PredicateInfo |
parse(Method method)
Parse the class if necessary.
|
public MethodParser(EntityManager entityManager, SubjectInfoImpl subjectInfo, Map<String,Integer> addCount)
public Set<Class<?>> findAbstracts(Class<?> clazz)
clazz - public List<Method> findMethod(Set<Class<?>> classSet, Method method)
classSet - methodName - public List<Method> findMethod(Set<Class<?>> classSet, String methodName, Class<?>[] aParams)
public PredicateInfo parse(Method method) throws MissingAnnotation
clazz - MissingAnnotationCopyright © 2012-2013 XENEI.com. All Rights Reserved.