public interface

AttributeSuppressionStrategy

org.apache.commons.betwixt.strategy.AttributeSuppressionStrategy

Class Overview

Strategy to determine whether to show an attribute at all.

Summary

Fields
public static final AttributeSuppressionStrategy DEFAULT Default strategy: show all attributes.
Public Methods
abstract boolean suppress(AttributeDescriptor descriptor)
Should the attribute described as given be suppressed during introspection?

Fields

public static final AttributeSuppressionStrategy DEFAULT

Default strategy: show all attributes.

Public Methods

public abstract boolean suppress (AttributeDescriptor descriptor)

Should the attribute described as given be suppressed during introspection?

Parameters
descriptor AttributeDescriptor, not null
Returns
  • true if the attribute should be ignore, false otherwise