Interface JniProcessor.JniConfig

Enclosing class:
JniProcessor

@Deprecated(since="3.32", forRemoval=true) @ConfigMapping(prefix="quarkus.jni") @ConfigRoot(phase=BUILD_TIME) static interface JniProcessor.JniConfig
Deprecated, for removal: This API element is subject to removal in a future version.
This configuration was previously used to enable JNI from Quarkus extensions, but JNI is always enabled starting from GraalVM 19.3.1.
JNI
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Paths of library to load.
  • Method Details

    • libraryPaths

      Optional<List<String>> libraryPaths()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Paths of library to load.