Package | Description |
---|---|
org.tinygroup.commons.tools |
Modifier and Type | Method and Description |
---|---|
static MethodParameter |
MethodParameter.forMethodOrConstructor(Object methodOrConstructor,
int parameterIndex)
Create a new MethodParameter for the given method or constructor.
|
Modifier and Type | Method and Description |
---|---|
static Type |
GenericTypeResolver.getTargetType(MethodParameter methodParam)
Determine the target type for the given parameter specification.
|
static Class<?> |
GenericTypeResolver.resolveParameterType(MethodParameter methodParam,
Class clazz)
Determine the target type for the given generic parameter type.
|
Constructor and Description |
---|
MethodParameter(MethodParameter original)
Copy constructor, resulting in an independent MethodParameter object
based on the same metadata and cache state that the original object was in.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.