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