Uses of Class
freemarker.ext.beans.BeansWrapper.MethodAppearanceDecision
-
Packages that use BeansWrapper.MethodAppearanceDecision Package Description freemarker.ext.beans Thedefault object wrapperof FreeMarker uses this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a better alternativeObjectWrapper. -
-
Uses of BeansWrapper.MethodAppearanceDecision in freemarker.ext.beans
Methods in freemarker.ext.beans with parameters of type BeansWrapper.MethodAppearanceDecision Modifier and Type Method Description protected voidBeansWrapper. finetuneMethodAppearance(Class clazz, Method m, BeansWrapper.MethodAppearanceDecision decision)Deprecated.UseBeansWrapper.setMethodAppearanceFineTuner(MethodAppearanceFineTuner); no need to extend this class anymore.voidMethodAppearanceFineTuner. process(BeansWrapper.MethodAppearanceDecisionInput in, BeansWrapper.MethodAppearanceDecision out)Experimental method; subject to change! Implement this to tweak certain aspects of how methods appear in the data-model.
-