Class IndexerSupport
java.lang.Object
org.apache.camel.maven.dsl.yaml.support.IndexerSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.jboss.jandex.FieldInfo> fields(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type) static List<org.jboss.jandex.FieldInfo> fields(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type, Predicate<org.jboss.jandex.FieldInfo> filter) static org.jboss.jandex.IndexViewget(org.apache.maven.project.MavenProject project) static ClassLoadergetClassLoader(org.apache.maven.project.MavenProject project) static List<org.jboss.jandex.MethodInfo> methods(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type) static List<org.jboss.jandex.MethodInfo> methods(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type, Predicate<org.jboss.jandex.MethodInfo> filter)
-
Method Details
-
getClassLoader
-
get
public static org.jboss.jandex.IndexView get(org.apache.maven.project.MavenProject project) -
fields
public static List<org.jboss.jandex.FieldInfo> fields(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type) -
fields
-
methods
public static List<org.jboss.jandex.MethodInfo> methods(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type) -
methods
-