Uses of Interface
org.codehaus.groovy.grails.commons.ClassPropertyFetcher.ReferenceInstanceCallback

Packages that use ClassPropertyFetcher.ReferenceInstanceCallback
org.codehaus.groovy.grails.commons   
 

Uses of ClassPropertyFetcher.ReferenceInstanceCallback in org.codehaus.groovy.grails.commons
 

Methods in org.codehaus.groovy.grails.commons with parameters of type ClassPropertyFetcher.ReferenceInstanceCallback
static ClassPropertyFetcher ClassPropertyFetcher.forClass(Class<?> c, ClassPropertyFetcher.ReferenceInstanceCallback callback)
           
 Object ClassPropertyFetcher.PropertyFetcher.get(ClassPropertyFetcher.ReferenceInstanceCallback callback)
           
 Object ClassPropertyFetcher.GetterPropertyFetcher.get(ClassPropertyFetcher.ReferenceInstanceCallback callback)
           
 Object ClassPropertyFetcher.FieldReaderFetcher.get(ClassPropertyFetcher.ReferenceInstanceCallback callback)
           
 

Constructors in org.codehaus.groovy.grails.commons with parameters of type ClassPropertyFetcher.ReferenceInstanceCallback
ClassPropertyFetcher(Class<?> clazz, ClassPropertyFetcher.ReferenceInstanceCallback callback)