Uses of Interface
freemarker.ext.beans.MethodAppearanceFineTuner
Packages that use MethodAppearanceFineTuner
Package
Description
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 MethodAppearanceFineTunerModifier and TypeMethodDescriptionBeansWrapper.getMethodAppearanceFineTuner()
BeansWrapperConfiguration.getMethodAppearanceFineTuner()
Methods in freemarker.ext.beans with parameters of type MethodAppearanceFineTunerModifier and TypeMethodDescriptionvoid
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
.