|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicConstructor
@Deprecated public abstract class AbstractDynamicConstructor extends java.lang.Object
Abstract class that provides default implementation for isArgumentsMatch.
Constructor Summary | |
AbstractDynamicConstructor(java.lang.Class[] argumentTypes)
Takes an array of types required to match this constructor. |
Method Summary | |
---|---|
boolean
|
isArgumentsMatch(java.lang.Object[] args)
@return true if the arguments types match those specified in the constructor |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor Detail |
---|
public AbstractDynamicConstructor(java.lang.Class[] argumentTypes)
argumentTypes
- The argument types
Method Detail |
---|
public boolean isArgumentsMatch(java.lang.Object[] args)
Groovy Documentation