public static class ReflectionUtils.MethodParameter<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> ReflectionUtils.MethodParameter<T> |
get(Class<T> type,
T value) |
Class<T> |
getType() |
T |
getValue() |
public static <T> ReflectionUtils.MethodParameter<T> get(Class<T> type, T value)
public T getValue()
Copyright © 2004-2015. All Rights Reserved.