Uses of Interface
org.seedstack.business.specification.dsl.StringOptionPicker
-
Packages that use StringOptionPicker Package Description org.seedstack.business.specification.dsl Provides a fluent DSL that facilitates the creation of complex composite specifications. -
-
Uses of StringOptionPicker in org.seedstack.business.specification.dsl
Methods in org.seedstack.business.specification.dsl that return StringOptionPicker Modifier and Type Method Description StringOptionPicker<T,S>SpecificationPicker. equalTo(String value)Picks aString-specific equality specification that will be satisfied if the current selection equals to the specified value.StringOptionPicker<T,S>StringOptionPicker. ignoringCase()Specifies that the comparison should be done ignoring case.StringOptionPicker<T,S>SpecificationPicker. matching(String pattern)Picks aString-specific matching specification that will be satisfied if the current selection matches the specified pattern.StringOptionPicker<T,S>StringOptionPicker. trimming()Specifies that the value should trimmed of leading and trailing whitespaces before comparison.StringOptionPicker<T,S>StringOptionPicker. trimmingLead()Specifies that the value should be trimmed of leading whitespace before comparison.StringOptionPicker<T,S>StringOptionPicker. trimmingTail()Specifies that the value should be trimmed of trailing whitespace before comparison.
-