Interface ClassDelegateFactory
- All Known Implementing Classes:
DefaultClassDelegateFactory
public interface ClassDelegateFactory
Constructs
ClassDelegate
s.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) create
(String className, List<FieldDeclaration> fieldDeclarations)
-
Method Details
-
create
ClassDelegate create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) -
create
-