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, orpublic boolean isSatisfiedBy(MetadataProperty candidate)
Verifies whether a MetadataProperty satisfies the specification.
isSatisfiedBy in class Specificationcandidate - A metadata property to test.Copyright © 2025. All rights reserved.