public class MethodReference extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<?> |
getDeclaringClass() |
String |
getMethodName() |
Class<?>[] |
getParameterTypes() |
int |
hashCode() |
static MethodReference |
of(Method method,
boolean withDeclaringClass) |
static MethodReference |
of(MethodMetadata method,
boolean withDeclaringClass) |
public static MethodReference of(Method method, boolean withDeclaringClass)
public static MethodReference of(MethodMetadata method, boolean withDeclaringClass)
public String getMethodName()
public Class<?>[] getParameterTypes()
public Class<?> getDeclaringClass()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.