Class CommandDeclarationContextModelAdaptor
java.lang.Object
org.teamapps.dto.generate.adapter.PojoModelAdaptor
org.teamapps.dto.generate.adapter.ReferencableEntityModelAdaptor<TeamAppsDtoParser.CommandDeclarationContext>
org.teamapps.dto.generate.adapter.CommandDeclarationContextModelAdaptor
- All Implemented Interfaces:
org.stringtemplate.v4.ModelAdaptor
public class CommandDeclarationContextModelAdaptor extends ReferencableEntityModelAdaptor<TeamAppsDtoParser.CommandDeclarationContext>
-
Constructor Summary
Constructors Constructor Description CommandDeclarationContextModelAdaptor(TeamAppsDtoModel astUtil) -
Method Summary
Modifier and Type Method Description protected java.lang.StringgetJavaClassName(TeamAppsDtoParser.CommandDeclarationContext node)protected java.lang.StringgetJsonIdentifier(TeamAppsDtoParser.CommandDeclarationContext node)java.lang.ObjectgetProperty(org.stringtemplate.v4.Interpreter interpreter, org.stringtemplate.v4.ST seld, java.lang.Object o, java.lang.Object property, java.lang.String propertyName)protected java.lang.StringgetTypeScriptIdentifier(TeamAppsDtoParser.CommandDeclarationContext node)Methods inherited from class org.teamapps.dto.generate.adapter.ReferencableEntityModelAdaptor
getDeclaringTypeScriptFileBaseName
-
Constructor Details
-
Method Details
-
getProperty
public java.lang.Object getProperty(org.stringtemplate.v4.Interpreter interpreter, org.stringtemplate.v4.ST seld, java.lang.Object o, java.lang.Object property, java.lang.String propertyName) throws org.stringtemplate.v4.misc.STNoSuchPropertyException- Specified by:
getPropertyin interfaceorg.stringtemplate.v4.ModelAdaptor- Overrides:
getPropertyin classReferencableEntityModelAdaptor<TeamAppsDtoParser.CommandDeclarationContext>- Throws:
org.stringtemplate.v4.misc.STNoSuchPropertyException
-
getTypeScriptIdentifier
protected java.lang.String getTypeScriptIdentifier(TeamAppsDtoParser.CommandDeclarationContext node)- Specified by:
getTypeScriptIdentifierin classReferencableEntityModelAdaptor<TeamAppsDtoParser.CommandDeclarationContext>
-
getJsonIdentifier
- Specified by:
getJsonIdentifierin classReferencableEntityModelAdaptor<TeamAppsDtoParser.CommandDeclarationContext>
-
getJavaClassName
- Specified by:
getJavaClassNamein classReferencableEntityModelAdaptor<TeamAppsDtoParser.CommandDeclarationContext>
-