public class ArgumentDescriptionFactory<A extends AccessibleObject> extends Object
| Modifier and Type | Method and Description |
|---|---|
static ArgumentDescriptionFactory<Constructor> |
create(Constructor<?> constructor) |
static ArgumentDescriptionFactory<Method> |
forMethod(Method method) |
ArgumentDescription[] |
resolveParameters() |
public ArgumentDescription[] resolveParameters()
public static ArgumentDescriptionFactory<Constructor> create(Constructor<?> constructor)
public static ArgumentDescriptionFactory<Method> forMethod(Method method)
Copyright © 2008–2022. All rights reserved.