| Package | Description |
|---|---|
| org.parceler |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
InjectionUtil.callConstructor(InjectionUtil.GenericType<T> targetClass,
Class[] argClasses,
Object[] args) |
static <T> T |
InjectionUtil.callMethod(InjectionUtil.GenericType<T> retClass,
Class<?> targetClass,
Object target,
String method,
Class[] argClasses,
Object[] args) |
static <T> T |
InjectionUtil.getField(InjectionUtil.GenericType<T> returnType,
Class<?> targetClass,
Object target,
String field) |
Copyright © 2020. All Rights Reserved.