Package | Description |
---|---|
org.seedstack.business.specification.dsl |
Provides a fluent DSL that facilitates the creation of complex composite specifications.
|
Modifier and Type | Method and Description |
---|---|
StringOptionPicker<T,S> |
SpecificationPicker.equalTo(String value)
Picks a
String -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 a
String -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.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.