Class ReflectiveHierarchyIgnoreWarningBuildItem.DotNameExclusion

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

public static class ReflectiveHierarchyIgnoreWarningBuildItem.DotNameExclusion extends Object implements Predicate<org.jboss.jandex.DotName>
  • Constructor Details

    • DotNameExclusion

      public DotNameExclusion(org.jboss.jandex.DotName dotName)
  • Method Details

    • test

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