Uses of Class
io.github.classgraph.ClassGraph.CircumventEncapsulationMethod
-
-
Uses of ClassGraph.CircumventEncapsulationMethod in io.github.classgraph
Fields in io.github.classgraph declared as ClassGraph.CircumventEncapsulationMethod Modifier and Type Field 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.Methods in io.github.classgraph that return ClassGraph.CircumventEncapsulationMethod Modifier and Type Method 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.
-