Uses of Class
freemarker.ext.beans.BeansWrapper.MethodAppearanceDecisionInput
-
Packages that use BeansWrapper.MethodAppearanceDecisionInput Package Description freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates. -
-
Uses of BeansWrapper.MethodAppearanceDecisionInput in freemarker.ext.beans
Methods in freemarker.ext.beans with parameters of type BeansWrapper.MethodAppearanceDecisionInput Modifier and Type Method Description void
MethodAppearanceFineTuner. process(BeansWrapper.MethodAppearanceDecisionInput in, BeansWrapper.MethodAppearanceDecision out)
Implement this to tweak certain aspects of how methods appear in the data-model.
-