public abstract class OperatorFactory extends Object
| 构造器和说明 |
|---|
OperatorFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends AbstractOperator> |
newOperator(Class<T> clazz,
boolean checkSerial,
Class<?>[] parameterTypes,
Object... arguments)
Create
AbstractOperator by reflect |
static <T extends AbstractOperator> |
newOperator(Class<T> clazz,
Class<?>[] parameterTypes,
Object... arguments)
Create
AbstractOperator by reflect |
public static <T extends AbstractOperator> T newOperator(Class<T> clazz, Class<?>[] parameterTypes, Object... arguments)
AbstractOperator by reflectclazz - operator typeparameterTypes - the argument type listarguments - the argument valueT the operator the type is the first argument#newOperator(Class, boolean, Class[], Object...)}public static <T extends AbstractOperator> T newOperator(Class<T> clazz, boolean checkSerial, Class<?>[] parameterTypes, Object... arguments)
AbstractOperator by reflectclazz - operator typecheckSerial - whether or not to call method ExceptionSerialBlock.prepare()parameterTypes - the argument type listarguments - the argument valueT the operator the type is the first argumentCopyright © 2015. All rights reserved.