public class WritableDriver extends JavaDataModelDriver
Writable
interface.Constructor and Description |
---|
WritableDriver() |
Modifier and Type | Method and Description |
---|---|
List<Type> |
getInterfaces(EmitContext context,
ModelDeclaration model)
Returns the interface types to implement to the model.
|
List<MethodDeclaration> |
getMethods(EmitContext context,
ModelDeclaration model)
Returns the method declarations to mixin to the model.
|
generateResources, getFields, getMemberAnnotations, getMemberAnnotations, getTypeAnnotations
public List<Type> getInterfaces(EmitContext context, ModelDeclaration model)
JavaDataModelDriver
getInterfaces
in class JavaDataModelDriver
context
- the attached contextmodel
- target modelpublic List<MethodDeclaration> getMethods(EmitContext context, ModelDeclaration model)
JavaDataModelDriver
getMethods
in class JavaDataModelDriver
context
- the attached contextmodel
- target modelCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.