Package org.kie.api.prototype
Interface PrototypeBuilder
public interface PrototypeBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionasEvent()asFact()static PrototypeBuilderwithField(String name, Function<PrototypeFactInstance, Object> extractor)
-
Field Details
-
NO_PROTOTYPE
- See Also:
-
-
Method Details
-
prototype
-
withField
-
withField
-
withField
-
withField
PrototypeBuilder withField(String name, Class<?> type, Function<PrototypeFactInstance, Object> extractor) -
asFact
PrototypeFact asFact() -
asEvent
PrototypeEvent asEvent()
-