public interface QueryParamBuilderFactory
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String identifier)
Determines if this factory can build instances with given identifier
|
QueryParamBuilder<?> |
newInstance(Map<String,Object> parameters)
Returns new QueryParamBuilder instance constructed with given parameters
|
boolean accept(String identifier)
identifier
- identifier of the query param builderQueryParamBuilder<?> newInstance(Map<String,Object> parameters)
parameters
- parameters to be used to construct query param builder instanceCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.