freemarker.ext.beans
Class BeansWrapper.MethodAppearanceDecision
java.lang.Object
freemarker.ext.beans.BeansWrapper.MethodAppearanceDecision
- Enclosing class:
- BeansWrapper
public static final class BeansWrapper.MethodAppearanceDecision
- extends Object
Experimental class; subject to change!
Used for BeansWrapper.finetuneMethodAppearance(java.lang.Class, java.lang.reflect.Method, freemarker.ext.beans.BeansWrapper.MethodAppearanceDecision)
as output parameter; see there.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeansWrapper.MethodAppearanceDecision
public BeansWrapper.MethodAppearanceDecision()
getExposeAsProperty
public PropertyDescriptor getExposeAsProperty()
setExposeAsProperty
public void setExposeAsProperty(PropertyDescriptor exposeAsProperty)
getExposeMethodAs
public String getExposeMethodAs()
setExposeMethodAs
public void setExposeMethodAs(String exposeAsMethod)
getMethodShadowsProperty
public boolean getMethodShadowsProperty()
setMethodShadowsProperty
public void setMethodShadowsProperty(boolean shadowEarlierProperty)