Uses of Class
org.spockframework.runtime.model.FieldInfo

Packages that use FieldInfo
org.spockframework.runtime.extension   
org.spockframework.runtime.extension.builtin   
org.spockframework.runtime.model   
 

Uses of FieldInfo in org.spockframework.runtime.extension
 

Methods in org.spockframework.runtime.extension with parameters of type FieldInfo
 void IAnnotationDrivenExtension.visitFieldAnnotation(T annotation, FieldInfo field)
           
 void AbstractAnnotationDrivenExtension.visitFieldAnnotation(T annotation, FieldInfo field)
           
 

Uses of FieldInfo in org.spockframework.runtime.extension.builtin
 

Fields in org.spockframework.runtime.extension.builtin with type parameters of type FieldInfo
protected  java.util.List<FieldInfo> AbstractRuleInterceptor.ruleFields
           
 

Methods in org.spockframework.runtime.extension.builtin with parameters of type FieldInfo
 void AutoCleanupInterceptor.add(FieldInfo field)
           
protected  void AbstractRuleExtension.checkIsInstanceField(FieldInfo field)
           
protected  void AbstractRuleExtension.checkIsSharedField(FieldInfo field)
           
protected  java.lang.Object AbstractRuleInterceptor.getRuleInstance(FieldInfo field, java.lang.Object fieldTarget)
           
protected  boolean AbstractRuleExtension.hasFieldType(FieldInfo field, java.lang.Class<?> ruleClass)
           
protected  void AbstractRuleExtension.invalidFieldType(FieldInfo field)
           
 void AutoCleanupExtension.visitFieldAnnotation(AutoCleanup annotation, FieldInfo field)
           
 

Constructor parameters in org.spockframework.runtime.extension.builtin with type arguments of type FieldInfo
AbstractRuleInterceptor(java.util.List<FieldInfo> ruleFields)
           
ClassRuleInterceptor(java.util.List<FieldInfo> ruleFields)
           
TestRuleInterceptor(java.util.List<FieldInfo> ruleFields)
           
 

Uses of FieldInfo in org.spockframework.runtime.model
 

Methods in org.spockframework.runtime.model that return FieldInfo
 FieldInfo SpecInfo.getSharedInstanceField()
           
 

Methods in org.spockframework.runtime.model that return types with arguments of type FieldInfo
 java.util.List<FieldInfo> SpecInfo.getAllFields()
           
 java.util.List<FieldInfo> SpecInfo.getFields()
           
 

Methods in org.spockframework.runtime.model with parameters of type FieldInfo
 void SpecInfo.addField(FieldInfo field)
           
 void SpecInfo.setSharedInstanceField(FieldInfo sharedInstanceField)
           
 



Copyright © 2013. All rights reserved