public class PropertyRegexCondition<T> extends Object implements Condition<T>
matches(Object) is obtained using the Javabean conventions.| Constructor and Description | 
|---|
| PropertyRegexCondition(String aProperty,
                      String aRegex,
                      boolean aTolower)Constructs the condition. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | matches(T aObject)Determines if an object matches a condition. | 
Copyright © 2025. All rights reserved.