public class SuperclassExclusionStrategy extends java.lang.Object implements ExclusionStrategy
| Constructor and Description |
|---|
SuperclassExclusionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSkipClass(java.lang.Class<?> arg0) |
boolean |
shouldSkipField(FieldAttributes fieldAttributes) |
public boolean shouldSkipClass(java.lang.Class<?> arg0)
shouldSkipClass in interface ExclusionStrategyarg0 - the class object that is under testpublic boolean shouldSkipField(FieldAttributes fieldAttributes)
shouldSkipField in interface ExclusionStrategyfieldAttributes - the field object that is under test