Class QueryParameterImpl
java.lang.Object
org.springframework.data.solr.core.query.QueryParameterImpl
- All Implemented Interfaces:
QueryParameter
- Direct Known Subclasses:
FacetOptions.FacetParameter,HighlightOptions.HighlightParameter
Trivial implementation of .
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryParameterImpl
- Parameters:
name- must not be nullvalue-
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceQueryParameter- Returns:
-
getValue
- Specified by:
getValuein interfaceQueryParameter- Returns:
- null if not set
-
hashCode
public int hashCode() -
equals
-