Uses of Class
org.spockframework.runtime.model.FieldInfo
-
Packages that use FieldInfo Package Description 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 Modifier and Type Method Description voidAbstractAnnotationDrivenExtension. 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 FieldInfo Modifier and Type Field Description protected java.util.List<FieldInfo>AbstractRuleInterceptor. ruleFieldsMethods in org.spockframework.runtime.extension.builtin with parameters of type FieldInfo Modifier and Type Method Description voidAutoCleanupInterceptor. add(FieldInfo field)protected voidAbstractRuleExtension. checkIsInstanceField(FieldInfo field)protected voidAbstractRuleExtension. checkIsSharedField(FieldInfo field)protected java.lang.ObjectAbstractRuleInterceptor. getRuleInstance(FieldInfo field, java.lang.Object fieldTarget)protected booleanAbstractRuleExtension. hasFieldType(FieldInfo field, java.lang.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 FieldInfo Constructor Description 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 types with arguments of type FieldInfo Modifier and Type Method Description java.util.List<FieldInfo>SpecInfo. getAllFields()java.util.List<FieldInfo>SpecInfo. getFields()Methods in org.spockframework.runtime.model with parameters of type FieldInfo Modifier and Type Method Description voidSpecInfo. addField(FieldInfo field)
-