Class IndexerSupport

java.lang.Object
org.apache.camel.maven.dsl.yaml.support.IndexerSupport

public final class IndexerSupport extends Object
  • Method Summary

    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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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)
    • methods

      public static List<org.jboss.jandex.MethodInfo> methods(org.jboss.jandex.IndexView view, org.jboss.jandex.ClassInfo type, Predicate<org.jboss.jandex.MethodInfo> filter)