| Package | Description |
|---|---|
| io.quarkus.deployment.steps |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeImageAutoFeatureStep.addReflectiveClass(Map<String,NativeImageAutoFeatureStep.ReflectionInfo> reflectiveClasses,
boolean constructors,
boolean method,
boolean fields,
boolean finalFieldsWritable,
boolean weak,
String... className) |
void |
NativeImageAutoFeatureStep.addReflectiveField(Map<String,NativeImageAutoFeatureStep.ReflectionInfo> reflectiveClasses,
ReflectiveFieldBuildItem fieldInfo) |
void |
NativeImageAutoFeatureStep.addReflectiveMethod(Map<String,NativeImageAutoFeatureStep.ReflectionInfo> reflectiveClasses,
ReflectiveMethodBuildItem methodInfo) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.