| Package | Description |
|---|---|
| freemarker.ext.beans |
The
default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a
better alternative ObjectWrapper. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeansWrapper.finetuneMethodAppearance(Class clazz,
Method m,
BeansWrapper.MethodAppearanceDecision decision)
Experimental method; subject to change!
Override this to tweak certain aspects of how methods appear in the
data-model.
|