Interface ApiMapping.CommandMeta
- Enclosing class:
ApiMapping
public static interface ApiMapping.CommandMeta
-
Method Summary
Modifier and TypeMethodDescriptionthe http method supported by this commandgetName()default StringgetParamSubstitute(String name) Given a v1 param, return the v2 attribute (possibly a dotted path).
-
Method Details
-
getName
String getName() -
getHttpMethod
SolrRequest.METHOD getHttpMethod()the http method supported by this command -
getEndPoint
ApiMapping.V2EndPoint getEndPoint() -
getParamNamesIterator
-
getParamSubstitute
Given a v1 param, return the v2 attribute (possibly a dotted path).
-