public static class

PropertySuppressionStrategy.Default

extends PropertySuppressionStrategy
java.lang.Object
   ↳ org.apache.commons.betwixt.strategy.PropertySuppressionStrategy
     ↳ org.apache.commons.betwixt.strategy.PropertySuppressionStrategy.Default

Class Overview

Default implementation.

See Also

Summary

[Expand]
Inherited Fields
From class org.apache.commons.betwixt.strategy.PropertySuppressionStrategy
Public Constructors
PropertySuppressionStrategy.Default()
Public Methods
boolean suppressProperty(Class clazz, Class propertyType, String propertyName)
Should the given property be suppressed?
String toString()
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.strategy.PropertySuppressionStrategy
From class java.lang.Object

Public Constructors

public PropertySuppressionStrategy.Default ()

Public Methods

public boolean suppressProperty (Class clazz, Class propertyType, String propertyName)

Should the given property be suppressed?

Parameters
clazz 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
Returns
  • true when the given property should be suppressed

public String toString ()