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 TypeMethodDescriptionvoidBeansWrapper.setMethodAppearanceFineTuner(MethodAppearanceFineTuner methodAppearanceFineTuner) Used to tweak certain aspects of how methods appear in the data-model; seeMethodAppearanceFineTunerfor more.voidBeansWrapperConfiguration.setMethodAppearanceFineTuner(MethodAppearanceFineTuner methodAppearanceFineTuner) SeeBeansWrapper.setMethodAppearanceFineTuner(MethodAppearanceFineTuner); additionally, note that currently setting this to non-nullwill disable class introspection cache sharing, unless the value implementsSingletonCustomizer.