Package org.spockframework.builder
Class PojoGestalt
java.lang.Object
org.spockframework.builder.PojoGestalt
- All Implemented Interfaces:
IGestalt
-
Constructor Summary
ConstructorsConstructorDescriptionPojoGestalt(Object pojo, Type pojoType, IBlueprint blueprint, List<ISlotFactory> slotFactories) -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String name) invokeMethod(String name, Object[] args) voidsetProperty(String name, Object value)
-
Constructor Details
-
PojoGestalt
public PojoGestalt(Object pojo, Type pojoType, IBlueprint blueprint, List<ISlotFactory> slotFactories)
-
-
Method Details
-
getSubject
-
getBlueprint
- Specified by:
getBlueprintin interfaceIGestalt
-
getProperty
- Specified by:
getPropertyin interfaceIGestalt
-
setProperty
- Specified by:
setPropertyin interfaceIGestalt
-
invokeMethod
- Specified by:
invokeMethodin interfaceIGestalt
-