| Modifier and Type | Field and Description |
|---|---|
static ClassGraph.CircumventEncapsulationMethod |
ClassGraph.CIRCUMVENT_ENCAPSULATION
If you are running on JDK 16+, the JDK enforces strong encapsulation, and ClassGraph may be unable to read
the classpath from your classloader if the classloader does not make the classpath available via a public
method or field.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassGraph.CircumventEncapsulationMethod |
ClassGraph.CircumventEncapsulationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassGraph.CircumventEncapsulationMethod[] |
ClassGraph.CircumventEncapsulationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.