java.lang.Object | ||
↳ | org.apache.commons.betwixt.strategy.PropertySuppressionStrategy | |
↳ | org.apache.commons.betwixt.strategy.PropertySuppressionStrategy.Chain |
Implementation delegates to a list of strategies
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a strategy to the list
| |||||||||||
Should the given property be suppressed?
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Adds a strategy to the list
strategy | PropertySuppressionStrategy , not null
|
---|
Should the given property be suppressed?
classContainingTheProperty | Class giving the type of the bean containing the property propertyName |
---|---|
propertyType | Class giving the type of the property, not null |
propertyName | the name of the property, not null |