Class PropertyDeclarationContextModelAdaptor
java.lang.Object
org.teamapps.dto.generate.adapter.PojoModelAdaptor
org.teamapps.dto.generate.adapter.PropertyDeclarationContextModelAdaptor
- All Implemented Interfaces:
org.stringtemplate.v4.ModelAdaptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(org.stringtemplate.v4.Interpreter interpreter, org.stringtemplate.v4.ST self, Object o, Object property, String propertyName)
-
Constructor Details
-
PropertyDeclarationContextModelAdaptor
public PropertyDeclarationContextModelAdaptor()
-
-
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 classPojoModelAdaptor- Throws:
org.stringtemplate.v4.misc.STNoSuchPropertyException
-