Uses of Class
io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem.Builder
Packages that use ReflectiveHierarchyBuildItem.Builder
-
Uses of ReflectiveHierarchyBuildItem.Builder in io.quarkus.deployment.builditem.nativeimage
Methods in io.quarkus.deployment.builditem.nativeimage that return ReflectiveHierarchyBuildItem.BuilderModifier and TypeMethodDescriptionCreates a newReflectiveHierarchyBuildItem.Builderinstance, using the specified class for the underlyingTypewhich hierarchy is to be be registered for reflection.Creates a newReflectiveHierarchyBuildItem.Builderinstance, using the specified class for the underlyingTypewhich hierarchy is to be be registered for reflection.ReflectiveHierarchyBuildItem.builder(org.jboss.jandex.DotName className) Creates a newReflectiveHierarchyBuildItem.Builderinstance, using the specified class for the underlyingTypewhich hierarchy is to be be registered for reflection.ReflectiveHierarchyBuildItem.builder(org.jboss.jandex.Type type) Creates a newReflectiveHierarchyBuildItem.Builderinstance, initializing it with the specifiedTypeDeprecated, for removal: This API element is subject to removal in a future version.ReflectiveHierarchyBuildItem.Builder.className(org.jboss.jandex.DotName className) Deprecated, for removal: This API element is subject to removal in a future version.useReflectiveHierarchyBuildItem.builder(DotName)insteadReflectiveHierarchyBuildItem.Builder.ignoreFieldPredicate(Predicate<org.jboss.jandex.FieldInfo> ignoreFieldPredicate) ReflectiveHierarchyBuildItem.Builder.ignoreMethodPredicate(Predicate<org.jboss.jandex.MethodInfo> ignoreMethodPredicate) ReflectiveHierarchyBuildItem.Builder.ignoreTypePredicate(Predicate<org.jboss.jandex.DotName> ignoreTypePredicate) ReflectiveHierarchyBuildItem.Builder.index(org.jboss.jandex.IndexView index) ReflectiveHierarchyBuildItem.Builder.serialization(boolean serialization) ReflectiveHierarchyBuildItem.Builder.type(org.jboss.jandex.Type type) Deprecated, for removal: This API element is subject to removal in a future version.useReflectiveHierarchyBuildItem.builder(Type)instead
ReflectiveHierarchyBuildItem.builder(String)instead