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 TypeMethodDescriptionvoidAbstractAnnotationDrivenExtension.visitFieldAnnotation(T annotation, FieldInfo field) voidIAnnotationDrivenExtension.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 TypeMethodDescriptionvoidprotected voidAbstractRuleExtension.checkIsInstanceField(FieldInfo field) protected voidAbstractRuleExtension.checkIsSharedField(FieldInfo field) protected ObjectAbstractRuleInterceptor.getRuleInstance(FieldInfo field, Object fieldTarget) protected booleanAbstractRuleExtension.hasFieldType(FieldInfo field, Class<?> ruleClass) protected voidAbstractRuleExtension.invalidFieldType(FieldInfo field) voidAutoCleanupExtension.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