| Package | Description |
|---|---|
| org.zkoss.lang |
The most fundamental Java utilities relevant.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportedClassResolver
The class resolve that allows to import classes and packages, like Java's
import statement does.
|
class |
SimpleClassResolver
A simple resolver that depends on
Classes.forNameByThread(java.lang.String). |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Classes.getMethodBySignature(Class<?> cls,
String signature,
Collection<String> params,
ClassResolver resolver)
Gets the method based on the signature with a class resolver.
|
Copyright © 2018. All rights reserved.