org.codehaus.groovy.grails.commons
Class ClassPropertyFetcher.FieldReaderFetcher
java.lang.Object
org.codehaus.groovy.grails.commons.ClassPropertyFetcher.FieldReaderFetcher
- All Implemented Interfaces:
- ClassPropertyFetcher.PropertyFetcher
- Enclosing class:
- ClassPropertyFetcher
static class ClassPropertyFetcher.FieldReaderFetcher
- extends Object
- implements ClassPropertyFetcher.PropertyFetcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassPropertyFetcher.FieldReaderFetcher
public ClassPropertyFetcher.FieldReaderFetcher(Field field,
boolean staticField)
get
public Object get(ClassPropertyFetcher.ReferenceInstanceCallback callback)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Specified by:
get
in interface ClassPropertyFetcher.PropertyFetcher
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
getPropertyType
public Class getPropertyType(String name)
- Specified by:
getPropertyType
in interface ClassPropertyFetcher.PropertyFetcher
Copyright (c) 2005-2009 The Grails project