| | Class | Description |
| | ClassBasedObjectSelector |
IObjectSelector approving or denying objects based on fully qualified class name. |
| | ComposedObjectSelector |
IObjectSelector approving objects if all composing objects are
approving the passed object. |
| | NameBasedObjectSelector |
IObjectSelector approving or denying objects based on a String
property (default property name: "name") to be matched against an array of Regexp (default
behaviour approves objects whose name matches all passed regexp, approves all objects if
no regexp is passed). |
| | PropertyValueBasedObjectSelector |
IObjectSelector that only approves objects that have a specified
property whose value is not empty. |
| | TypeBasedObjectSelector |
IObjectSelector approving or denying objects based on their type. |