Uses of Enum
io.github.classgraph.ClassGraph.CircumventEncapsulationMethod
Packages that use ClassGraph.CircumventEncapsulationMethod
-
Uses of ClassGraph.CircumventEncapsulationMethod in io.github.classgraph
Fields in io.github.classgraph declared as ClassGraph.CircumventEncapsulationMethodModifier and TypeFieldDescriptionClassGraph.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.CircumventEncapsulationMethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ClassGraph.CircumventEncapsulationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.