Interface ClassDelegateFactory
-
- All Known Implementing Classes:
DefaultClassDelegateFactory
@Internal public interface ClassDelegateFactory
ConstructsClassDelegates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassDelegatecreate(String id, String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression, List<MapExceptionEntry> mapExceptions)ClassDelegatecreate(String className, List<FieldDeclaration> fieldDeclarations)
-
-
-
Method Detail
-
create
ClassDelegate create(String id, String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression, List<MapExceptionEntry> mapExceptions)
-
create
ClassDelegate create(String className, List<FieldDeclaration> fieldDeclarations)
-
-