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 -
Method Summary
Methods inherited from class org.teamapps.dto.generate.adapter.ReferencableEntityModelAdaptor
getDeclaringTypeScriptFileBaseName
-
Constructor Details
-
EnumDeclarationContextModelAdapter
public EnumDeclarationContextModelAdapter()
-
-
Method Details
-
getProperty
public Object getProperty(org.stringtemplate.v4.Interpreter interpreter, org.stringtemplate.v4.ST self, Object o, Object property, 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>
-