public class QueryParameter extends DslProperty
Constructor and Description |
---|
QueryParameter(String name,
DslProperty dslProperty) |
QueryParameter(String name,
MatchingStrategy matchingStrategy) |
QueryParameter(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
static QueryParameter |
build(String key,
Object value) |
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
void |
setName(String name) |
String |
toString() |
getClientValue, getServerValue, isSingleValue
public QueryParameter(String name, DslProperty dslProperty)
public QueryParameter(String name, MatchingStrategy matchingStrategy)
public static QueryParameter build(String key, Object value)
public String getName()
public void setName(String name)
public boolean equals(Object o)
equals
in class DslProperty
public int hashCode()
hashCode
in class DslProperty
public String toString()
toString
in class DslProperty
Copyright © 2016–2019 Spring. All rights reserved.