Uses of Interface
freemarker.ext.beans.MethodAppearanceFineTuner
-
Packages that use MethodAppearanceFineTuner Package Description freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates. -
-
Uses of MethodAppearanceFineTuner in freemarker.ext.beans
Methods in freemarker.ext.beans that return MethodAppearanceFineTuner Modifier and Type Method Description MethodAppearanceFineTuner
BeansWrapper. getMethodAppearanceFineTuner()
MethodAppearanceFineTuner
BeansWrapperConfiguration. getMethodAppearanceFineTuner()
Methods in freemarker.ext.beans with parameters of type MethodAppearanceFineTuner Modifier and Type Method Description void
BeansWrapper. setMethodAppearanceFineTuner(MethodAppearanceFineTuner methodAppearanceFineTuner)
Used to tweak certain aspects of how methods appear in the data-model; seeMethodAppearanceFineTuner
for more.void
BeansWrapperConfiguration. setMethodAppearanceFineTuner(MethodAppearanceFineTuner methodAppearanceFineTuner)
SeeBeansWrapper.setMethodAppearanceFineTuner(MethodAppearanceFineTuner)
; additionally, note that currently setting this to non-null
will disable class introspection cache sharing, unless the value implementsSingletonCustomizer
.
-