Class ReflectiveHierarchyBuildItem.DefaultIgnoreTypePredicate

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

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

  • Constructor Details

    • DefaultIgnoreTypePredicate

      public DefaultIgnoreTypePredicate()
  • Method Details

    • test

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