public class UserQueryParametersConfigurator extends QueryParametersConfigurator
| Constructor and Description |
|---|
UserQueryParametersConfigurator(QueryParametersParameterNameProvider parameterNameProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,? extends Object> parameters,
UserQueryParameters queryParameters,
Locale locale)
Method to start the configuration process.
|
getParameterNameProvider, getResultSpecification, getResultSpecificationpublic UserQueryParametersConfigurator(QueryParametersParameterNameProvider parameterNameProvider)
parameterNameProvider - Provider for names.public void configure(Map<String,? extends Object> parameters, UserQueryParameters queryParameters, Locale locale)
parameters - Map which holds the parameters to be used to configure the query instance.queryParameters - Class of type QueryInstance.locale - The language to use.Copyright © 2019 Communote team. All rights reserved.