public class ConstructorParams extends Object
| Constructor and Description |
|---|
ConstructorParams(Constructor<?> constructor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConstructorParam param) |
Object |
apply() |
SerializedField[] |
getFields() |
Class<?> |
getType() |
List<SerializedValue> |
getValues() |
public ConstructorParams(Constructor<?> constructor)
public void add(ConstructorParam param)
public Object apply() throws ReflectiveOperationException
ReflectiveOperationExceptionpublic Class<?> getType()
public SerializedField[] getFields()
public List<SerializedValue> getValues()
Copyright © 2016. All rights reserved.