public class MethodReference
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Class<?> |
getDeclaringClass() |
java.lang.String |
getMethodName() |
java.lang.Class<?>[] |
getParameterTypes() |
int |
hashCode() |
static MethodReference |
of(java.lang.reflect.Method method,
boolean withDeclaringClass) |
static MethodReference |
of(MethodMetadata method,
boolean withDeclaringClass) |
public static MethodReference of(java.lang.reflect.Method method, boolean withDeclaringClass)
public static MethodReference of(MethodMetadata method, boolean withDeclaringClass)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getMethodName()
public java.lang.Class<?>[] getParameterTypes()
public java.lang.Class<?> getDeclaringClass()
public int hashCode()
hashCode in class java.lang.ObjectCopyright © 2014 Seam Framework. All Rights Reserved.