@FunctionalInterface public static interface DynamicClassTarget.Function
| Modifier and Type | Method and Description |
|---|---|
@NonNull Class<?> |
computeClass(@NonNull Class<? extends Shadow> shadowClass)
Computes the target class for the given
shadowClass. |
@NonNull Class<?> computeClass(@NonNull Class<? extends Shadow> shadowClass) throws ClassNotFoundException
shadowClass.shadowClass - the shadow class to compute a target forClassNotFoundException - if the resultant target class cannot be loaded