Uses of Class
nonapi.io.github.classgraph.reflection.ReflectionUtils
Packages that use ReflectionUtils
Package
Description
-
Uses of ReflectionUtils in io.github.classgraph
Fields in io.github.classgraph declared as ReflectionUtilsConstructors in io.github.classgraph with parameters of type ReflectionUtilsModifierConstructorDescriptionModuleRef(Object moduleReference, Object moduleLayer, ReflectionUtils reflectionUtils) Constructor. -
Uses of ReflectionUtils in nonapi.io.github.classgraph.classpath
Fields in nonapi.io.github.classgraph.classpath declared as ReflectionUtilsConstructors in nonapi.io.github.classgraph.classpath with parameters of type ReflectionUtilsModifierConstructorDescriptionClassLoaderOrder(ReflectionUtils reflectionUtils) ClasspathFinder(ScanSpec scanSpec, ReflectionUtils reflectionUtils, LogNode log) A class to find the unique ordered classpath elements.ModuleFinder(Class<?>[] callStack, ScanSpec scanSpec, boolean scanNonSystemModules, boolean scanSystemModules, ReflectionUtils reflectionUtils, LogNode log) A class to find the visible modules. -
Uses of ReflectionUtils in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as ReflectionUtilsConstructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type ReflectionUtilsModifierConstructorDescriptionNestedJarHandler(ScanSpec scanSpec, InterruptionChecker interruptionChecker, ReflectionUtils reflectionUtils) A handler for nested jars. -
Uses of ReflectionUtils in nonapi.io.github.classgraph.json
Methods in nonapi.io.github.classgraph.json with parameters of type ReflectionUtilsModifier and TypeMethodDescriptionstatic <T> TJSONDeserializer.deserializeObject(Class<T> expectedType, String json, ReflectionUtils reflectionUtils) Deserialize JSON to a new object graph, with the root object of the specified expected type.static voidJSONDeserializer.deserializeToField(Object containingObject, String fieldName, String json, ReflectionUtils reflectionUtils) Deserialize JSON to a new object graph, with the root object of the specified expected type, and store the root object in the named field of the given containing object.static booleanJSONUtils.makeAccessible(AccessibleObject obj, ReflectionUtils reflectionUtils) static StringJSONSerializer.serializeFromField(Object containingObject, String fieldName, int indentWidth, boolean onlySerializePublicFields, ReflectionUtils reflectionUtils) Recursively serialize the named field of an object, skipping transient and final fields.static StringJSONSerializer.serializeObject(Object obj, int indentWidth, boolean onlySerializePublicFields, ReflectionUtils reflectionUtils) Recursively serialize an Object (or array, list, map or set of objects) to JSON, skipping transient and final fields. -
Uses of ReflectionUtils in nonapi.io.github.classgraph.utils
Methods in nonapi.io.github.classgraph.utils with parameters of type ReflectionUtilsModifier and TypeMethodDescriptionstatic booleanFileUtils.closeDirectByteBuffer(ByteBuffer byteBuffer, ReflectionUtils reflectionUtils, LogNode log) Close aDirectByteBuffer-- in particular, will unmap aMappedByteBuffer.