| Package | Description |
|---|---|
| org.codelogger.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
BeanUtils.clone(T source)
浅克隆。Return a shadow cloned object.
|
static <T> T |
ClassUtils.instantiateClass(Class<T> clazz)
Create and initialize a new instance of the given class by default
constructor.
|
static <T> T |
ClassUtils.instantiateClass(Class<T> clazz,
Class<?>[] parameterTypes,
Object[] parameterValues)
Create and initialize a new instance of the given class by given
parameterTypes and parameterValues.
|
Copyright © 2014. All rights reserved.