public interface ClassResolver
This object is responsible for finding the class by its name as appears in the source code.
| Modifier and Type | Method and Description |
|---|---|
String |
findClass(String name)
Finds class by its full or simple name.
|
Copyright © 2019. All rights reserved.