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 Summary
Fields Modifier and Type Field Description (package private) static Set<String>ALLOWED_FROM_IGNORED_PACKAGESstatic ReflectiveHierarchyBuildItem.DefaultIgnoreTypePredicateINSTANCE(package private) static List<String>PRIMITIVE
-
Constructor Summary
Constructors Constructor Description DefaultIgnoreTypePredicate()
-
-
-
Field Detail
-
INSTANCE
public static final ReflectiveHierarchyBuildItem.DefaultIgnoreTypePredicate INSTANCE
-
-