Class IndexerSupport
- java.lang.Object
-
- org.apache.camel.maven.dsl.yaml.support.IndexerSupport
-
public final class IndexerSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.IndexView
get(org.apache.maven.project.MavenProject project)
static ClassLoader
getClassLoader(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 Detail
-
getClassLoader
public static ClassLoader getClassLoader(org.apache.maven.project.MavenProject project)
-
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
public static List<org.jboss.jandex.FieldInfo> fields(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type, Predicate<org.jboss.jandex.FieldInfo> filter)
-
methods
public static List<org.jboss.jandex.MethodInfo> methods(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type)
-
-