[Java] Class CachedSAMClass
- org.codehaus.groovy.reflection.stdclasses.CachedSAMClass
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class CachedClass |
addNewMopMethods, coerceArgument, getCachedClass, getCachedSuperClass, getCallSiteLoader, getConstructors, getDeclaredInterfaces, getFields, getHierarchy, getInterfaces, getMethods, getModifiers, getName, getNewMetaMethods, getSuperClassDistance, getTheClass, getTypeDescription, hashCode, initValue, initValue, initValue, initValue, initValue, initValue, initValue, initValue, isAssignableFrom, isDirectlyAssignable, isInterface, isPrimitive, isVoid, searchMethods, setNewMopMethods, toString |
Constructor Detail
public CachedSAMClass(Class klazz, ClassInfo classInfo)
Method Detail
public static Object coerceToSAM(Closure argument, Method method, Class clazz)
@SuppressWarnings("unchecked") public static Object coerceToSAM(Closure argument, Method method, Class clazz, boolean isInterface)
public static Method getSAMMethod(Class<?> c)
returns the abstract method from a SAM type, if it is a SAM type.
-
Parameters:
c
- the SAM class
-
Returns:
-
null if nothing was found, the method otherwise
@Override public boolean isAssignableFrom(Class argument)