Package org.stringtemplate.v4.misc
Class STModelAdaptor
java.lang.Object
org.stringtemplate.v4.misc.STModelAdaptor
- All Implemented Interfaces:
ModelAdaptor<ST>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(Interpreter interp, ST self, ST model, Object property, String propertyName) Lookup property name ino
and return its value.
-
Constructor Details
-
STModelAdaptor
public STModelAdaptor()
-
-
Method Details
-
getProperty
public Object getProperty(Interpreter interp, ST self, ST model, Object property, String propertyName) throws STNoSuchPropertyException Description copied from interface:ModelAdaptor
Lookup property name ino
and return its value.property
is normally aString
but doesn't have to be. E.g., ifo
isMap
,property
could be any key type. If we need to convert toString
, then it's done byST
and passed in here.- Specified by:
getProperty
in interfaceModelAdaptor<ST>
- Throws:
STNoSuchPropertyException
-