| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
mappings |
private String |
path |
| Constructor and Description |
|---|
Spec() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMappings()
Returns the function mappings.
|
String |
getPath()
Returns the desired REST path.
|
void |
setMappings(Map<String,String> mappings)
Sets the function mappings.
|
void |
setPath(String path)
Defines the desired REST path.
|
public String getPath()
public void setPath(String path)
path - the REST pathpublic Map<String,String> getMappings()
Copyright © 2022. All rights reserved.