Class ReflectiveHierarchyBuildItem.DefaultIgnoreMethodPredicate

java.lang.Object
io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem.DefaultIgnoreMethodPredicate
All Implemented Interfaces:
Predicate<org.jboss.jandex.MethodInfo>
Enclosing class:
ReflectiveHierarchyBuildItem

public static class ReflectiveHierarchyBuildItem.DefaultIgnoreMethodPredicate extends Object implements Predicate<org.jboss.jandex.MethodInfo>
  • Field Details

  • Constructor Details

    • DefaultIgnoreMethodPredicate

      public DefaultIgnoreMethodPredicate()
  • Method Details

    • test

      public boolean test(org.jboss.jandex.MethodInfo methodInfo)
      Specified by:
      test in interface Predicate<org.jboss.jandex.MethodInfo>