| Package | Description |
|---|---|
| js.util |
Utility functions for strings, files, dynamic types manipulation, parameters validation and more.
|
| Modifier and Type | Method and Description |
|---|---|
private static NoSuchBeingException |
Classes.missingConstructorException(Class<?> clazz,
Object... arguments)
Helper for missing constructor exception.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<T> |
Classes.forName(String className)
Load named class using current thread context class loader.
|
static <T> T |
Classes.newInstance(Class<T> clazz,
Object... arguments)
Create a new object instance of specified class.
|
Copyright © 2018. All rights reserved.