Interface ApiMapping.CommandMeta
-
- Enclosing class:
- ApiMapping
public static interface ApiMapping.CommandMeta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ApiMapping.V2EndPointgetEndPoint()SolrRequest.METHODgetHttpMethod()the http method supported by this commandStringgetName()default Iterator<String>getParamNamesIterator(CommandOperation op)default StringgetParamSubstitute(String name)Given a v1 param, return the v2 attribute (possibly a dotted path).
-
-
-
Method Detail
-
getName
String getName()
-
getHttpMethod
SolrRequest.METHOD getHttpMethod()
the http method supported by this command
-
getEndPoint
ApiMapping.V2EndPoint getEndPoint()
-
getParamNamesIterator
default Iterator<String> getParamNamesIterator(CommandOperation op)
-
-