Uses of Interface
org.spockframework.builder.IBlueprint
-
Packages that use IBlueprint Package Description org.spockframework.builder -
-
Uses of IBlueprint in org.spockframework.builder
Classes in org.spockframework.builder that implement IBlueprint Modifier and Type Class Description classClosureBlueprintclassDelegatingScriptBlueprintMethods in org.spockframework.builder that return IBlueprint Modifier and Type Method Description IBlueprintIGestalt. getBlueprint()IBlueprintPojoGestalt. getBlueprint()IBlueprintSpockConfigurationGestalt. getBlueprint()Methods in org.spockframework.builder with parameters of type IBlueprint Modifier and Type Method Description java.lang.ObjectPojoBuilder. build(java.lang.Object pojo, IBlueprint blueprint)Constructors in org.spockframework.builder with parameters of type IBlueprint Constructor Description PojoGestalt(java.lang.Object pojo, java.lang.reflect.Type pojoType, IBlueprint blueprint, java.util.List<ISlotFactory> slotFactories)SpockConfigurationGestalt(java.util.List<java.lang.Object> configurations, IBlueprint blueprint, java.util.List<ISlotFactory> slotFactories)
-