Uses of Class
io.github.classgraph.ClassGraph.CircumventEncapsulationMethod
-
Packages that use ClassGraph.CircumventEncapsulationMethod Package Description io.github.classgraph -
-
Uses of ClassGraph.CircumventEncapsulationMethod in io.github.classgraph
Fields in io.github.classgraph declared as ClassGraph.CircumventEncapsulationMethod Modifier and Type Field Description static ClassGraph.CircumventEncapsulationMethodClassGraph. CIRCUMVENT_ENCAPSULATIONIf 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.CircumventEncapsulationMethodClassGraph.CircumventEncapsulationMethod. valueOf(java.lang.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.
-