|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.betwixt.strategy.PropertySuppressionStrategy org.apache.commons.betwixt.strategy.PropertySuppressionStrategy.Default
public static class PropertySuppressionStrategy.Default
Default implementation.
PropertySuppressionStrategy.DEFAULT
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.commons.betwixt.strategy.PropertySuppressionStrategy |
---|
PropertySuppressionStrategy.Chain, PropertySuppressionStrategy.Default |
Field Summary |
---|
Fields inherited from class org.apache.commons.betwixt.strategy.PropertySuppressionStrategy |
---|
DEFAULT |
Constructor Summary | |
---|---|
PropertySuppressionStrategy.Default()
|
Method Summary | |
---|---|
boolean |
suppressProperty(java.lang.Class clazz,
java.lang.Class propertyType,
java.lang.String propertyName)
Should the given property be suppressed? |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertySuppressionStrategy.Default()
Method Detail |
---|
public boolean suppressProperty(java.lang.Class clazz, java.lang.Class propertyType, java.lang.String propertyName)
PropertySuppressionStrategy
suppressProperty
in class PropertySuppressionStrategy
clazz
- Class
giving the type of the bean containing the property propertyName
propertyType
- Class
giving the type of the property, not nullpropertyName
- the name of the property, not null
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |