Class StringConstantFieldValuePredicate

java.lang.Object
org.apache.dubbo.common.utils.StringConstantFieldValuePredicate
All Implemented Interfaces:
Predicate<String>

public class StringConstantFieldValuePredicate extends Object implements Predicate<String>
The constant field value Predicate for the specified Class
Since:
2.7.8
See Also:
  • Constructor Details

    • StringConstantFieldValuePredicate

      public StringConstantFieldValuePredicate(Class<?> targetClass)
  • Method Details