public class PropertyExpansionFunction
Guava function that expands properties in a string, using a ModelItem as context.
Constructor and description |
---|
PropertyExpansionFunction
(ModelItem contextModelItem) Constructs a function object |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
apply(java.lang.String unexpandedString) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructs a function object
contextModelItem
- the model item to be used as context