| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable Class<?> |
JReflect.locateClass(String className,
boolean fullscan,
@Nullable ExternalClassLoader classLoader)
Searches the JVM and optionally all of its packages
|
static @Nullable Class<?> |
JReflect.locateClass(String fullClassName,
@Nullable ExternalClassLoader classLoader)
This function dynamically tries to locate a class.
|
Copyright © 2018. All rights reserved.