T
- type of filter instancespublic interface QueryParamBuilder<T>
build
method as long as it returns non null value.
That way it allows to build multiple filters from single builder or build complex
filters e.g. nested etc with single builderModifier and Type | Method and Description |
---|---|
T |
build()
Builds single condition per invocation and it is invoked as long as it returns non null value.
|
T build()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.