Interface | Description |
---|---|
PropertyCriteria |
A property criteria can be used to filter the properties found by a
PropertyQuery |
Class | Description |
---|---|
AnnotatedPropertyCriteria |
A criteria that matches a property based on its annotations
|
NamedPropertyCriteria |
A criteria that matches a property based on name
|
PropertyAdapter<V> |
This class is an adapter that encapsulates a
FieldProperty and MethodProperty instance for a
property, giving a single view of a property and its related information independent of the member type: field or
method. |
PropertyQueries |
Utilities for working with property queries
|
PropertyQuery<V> |
Queries a target class for properties that match certain criteria.
|
TypedPropertyCriteria |
A criteria that matches a property based on its type
|
Enum | Description |
---|---|
TypedPropertyCriteria.MatchOption |
Different options can be used to match a specific property based on its type.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.