Package io.quarkus.deployment.steps
Class NativeImageJNIConfigStep.JniInfo
- java.lang.Object
-
- io.quarkus.deployment.steps.NativeImageJNIConfigStep.JniInfo
-
- Enclosing class:
- NativeImageJNIConfigStep
static final class NativeImageJNIConfigStep.JniInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanconstructors(package private) Set<JniRuntimeAccessMethodBuildItem>ctorSet(package private) booleanfields(package private) Set<String>fieldSet(package private) booleanmethods(package private) Set<JniRuntimeAccessMethodBuildItem>methodSet
-
-
-
Field Detail
-
constructors
boolean constructors
-
methods
boolean methods
-
fields
boolean fields
-
methodSet
Set<JniRuntimeAccessMethodBuildItem> methodSet
-
ctorSet
Set<JniRuntimeAccessMethodBuildItem> ctorSet
-
-