T
- the type of the object the specification applies to.S
- the type of the selector.public interface StringOptionPicker<T,S extends BaseSelector> extends OperatorPicker<T,S>
SpecificationBuilder
DSL to pick the options for a String
-specific specification.Modifier and Type | Method and Description |
---|---|
StringOptionPicker<T,S> |
ignoringCase()
Specifies that the comparison should be done ignoring case.
|
StringOptionPicker<T,S> |
trimming()
Specifies that the value should trimmed of leading and trailing whitespaces before comparison.
|
StringOptionPicker<T,S> |
trimmingLead()
Specifies that the value should be trimmed of leading whitespace before comparison.
|
StringOptionPicker<T,S> |
trimmingTail()
Specifies that the value should be trimmed of trailing whitespace before comparison.
|
and, or
build
StringOptionPicker<T,S> trimming()
StringOptionPicker<T,S> trimmingLead()
StringOptionPicker<T,S> trimmingTail()
StringOptionPicker<T,S> ignoringCase()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.