public class AnySpecification extends Specification
Represents a specification that applies no filters to a property.
Constructor and Description |
---|
AnySpecification() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
and, not, or
public boolean isSatisfiedBy(MetadataProperty candidate)
Verifies whether a MetadataProperty
satisfies the specification.
isSatisfiedBy
in class Specification
candidate
- A metadata property to test.