Uses of Class
org.spockframework.runtime.model.FieldInfo
Packages that use FieldInfo
Package
Description
-
Uses of FieldInfo in org.spockframework.runtime.extension
Methods in org.spockframework.runtime.extension with parameters of type FieldInfoModifier and TypeMethodDescriptionvoid
AbstractAnnotationDrivenExtension.visitFieldAnnotation
(T annotation, FieldInfo field) void
IAnnotationDrivenExtension.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 FieldInfoMethods in org.spockframework.runtime.extension.builtin with parameters of type FieldInfoModifier and TypeMethodDescriptionvoid
protected void
AbstractRuleExtension.checkIsInstanceField
(FieldInfo field) protected void
AbstractRuleExtension.checkIsSharedField
(FieldInfo field) protected Object
AbstractRuleInterceptor.getRuleInstance
(FieldInfo field, Object fieldTarget) protected boolean
AbstractRuleExtension.hasFieldType
(FieldInfo field, 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 FieldInfoModifierConstructorDescriptionAbstractRuleInterceptor
(List<FieldInfo> ruleFields) ClassRuleInterceptor
(List<FieldInfo> ruleFields) TestRuleInterceptor
(List<FieldInfo> ruleFields) -
Uses of FieldInfo in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return types with arguments of type FieldInfoMethods in org.spockframework.runtime.model with parameters of type FieldInfo