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
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
getDeclaringTypeScriptFileBaseNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InterfaceDeclarationContextModelAdaptor
-
-
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.InterfaceDeclarationContext>- Throws:
org.stringtemplate.v4.misc.STNoSuchPropertyException
-
getTypeScriptIdentifier
protected java.lang.String getTypeScriptIdentifier(TeamAppsDtoParser.InterfaceDeclarationContext node)- Specified by:
getTypeScriptIdentifierin classReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-
getJsonIdentifier
- Specified by:
getJsonIdentifierin classReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-
getJavaClassName
- Specified by:
getJavaClassNamein classReferencableEntityModelAdaptor<TeamAppsDtoParser.InterfaceDeclarationContext>
-