Class InterfaceDeclarationContextModelAdaptor
- java.lang.Object
-
- org.teamapps.dto.generate.adapter.PojoModelAdaptor
-
- org.teamapps.dto.generate.adapter.ReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-
- org.teamapps.dto.generate.adapter.InterfaceDeclarationContextModelAdaptor
-
- All Implemented Interfaces:
org.stringtemplate.v4.ModelAdaptor
public class InterfaceDeclarationContextModelAdaptor extends ReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-
-
Constructor Summary
Constructors Constructor Description InterfaceDeclarationContextModelAdaptor(TeamAppsDtoModel astUtil)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetJavaClassName(TeamAppsDtoParser.InterfaceDeclarationContext node)protected java.lang.StringgetJsonIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext 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.InterfaceDeclarationContext node)-
Methods inherited from class org.teamapps.dto.generate.adapter.ReferencableEntityModelAdaptor
getDeclaringTypeScriptFileBaseName
-
-
-
-
Constructor Detail
-
InterfaceDeclarationContextModelAdaptor
public InterfaceDeclarationContextModelAdaptor(TeamAppsDtoModel astUtil)
-
-
Method Detail
-
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.InterfaceDeclarationContext>- Throws:
org.stringtemplate.v4.misc.STNoSuchPropertyException
-
getTypeScriptIdentifier
protected java.lang.String getTypeScriptIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext node)
- Specified by:
getTypeScriptIdentifierin classReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-
getJsonIdentifier
protected java.lang.String getJsonIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext node)
- Specified by:
getJsonIdentifierin classReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-
getJavaClassName
protected java.lang.String getJavaClassName(TeamAppsDtoParser.InterfaceDeclarationContext node)
- Specified by:
getJavaClassNamein classReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-
-