Uses of Interface
org.spockframework.builder.ISlotFactory
-
Packages that use ISlotFactory Package Description org.spockframework.builder -
-
Uses of ISlotFactory in org.spockframework.builder
Classes in org.spockframework.builder that implement ISlotFactory Modifier and Type Class Description class
AddSlotFactory
class
CollectionSlotFactory
class
SetterSlotFactory
Constructor parameters in org.spockframework.builder with type arguments of type ISlotFactory Constructor Description PojoGestalt(java.lang.Object pojo, java.lang.reflect.Type pojoType, IBlueprint blueprint, java.util.List<ISlotFactory> slotFactories)
-