| Constructor and Description |
|---|
Annotation(String name) |
public Annotation(String name)
public LinkedHashMap<String,Object> getParams()
public final LinkedHashMap<String,Object> getP()
getParams().
If you have an annotation like @Foo(id = 1), you then can use:
<if(message.a.("Foo")>
<if(message.a.("Foo").p.("id")>
...
<endif>
<endif>
public <T> T getValue(String key)
public final boolean isEmptyP()
You can then use:
<if(message.a.("Foo").emptyP>
Note that this does not work on stringtemplate:
<if(message.a.("Foo").empty)>
Even though Map.isEmpty() exists.
Copyright © 2009–2021. All rights reserved.