Uses of Interface
org.spockframework.builder.IBlueprint

Packages that use IBlueprint
org.spockframework.builder   
 

Uses of IBlueprint in org.spockframework.builder
 

Classes in org.spockframework.builder that implement IBlueprint
 class ClosureBlueprint
           
 class DelegatingScriptBlueprint
           
 

Methods in org.spockframework.builder that return IBlueprint
 IBlueprint SpockConfigurationGestalt.getBlueprint()
           
 IBlueprint PojoGestalt.getBlueprint()
           
 IBlueprint IGestalt.getBlueprint()
           
 

Methods in org.spockframework.builder with parameters of type IBlueprint
 java.lang.Object PojoBuilder.build(java.lang.Object pojo, IBlueprint blueprint)
           
 

Constructors in org.spockframework.builder with parameters of type IBlueprint
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)
           
 



Copyright © 2013. All rights reserved