Class ReflectiveMethodBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.deployment.builditem.nativeimage.ReflectiveMethodBuildItem
-
public final class ReflectiveMethodBuildItem extends MultiBuildItem
-
-
Constructor Summary
Constructors Constructor Description ReflectiveMethodBuildItem(Method method)ReflectiveMethodBuildItem(String declaringClass, String name, Class<?>... params)ReflectiveMethodBuildItem(String declaringClass, String name, String... params)ReflectiveMethodBuildItem(org.jboss.jandex.MethodInfo methodInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDeclaringClass()StringgetName()String[]getParams()inthashCode()
-
-
-
Constructor Detail
-
ReflectiveMethodBuildItem
public ReflectiveMethodBuildItem(org.jboss.jandex.MethodInfo methodInfo)
-
ReflectiveMethodBuildItem
public ReflectiveMethodBuildItem(Method method)
-
ReflectiveMethodBuildItem
public ReflectiveMethodBuildItem(String declaringClass, String name, String... params)
-
-