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 MethodAppearanceFineTunerBeansWrapper. getMethodAppearanceFineTuner()MethodAppearanceFineTunerBeansWrapperConfiguration. getMethodAppearanceFineTuner()Methods in freemarker.ext.beans with parameters of type MethodAppearanceFineTuner Modifier and Type Method Description voidBeansWrapper. 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.
-