public class PathItem extends ParameterContainer
| Constructor and Description |
|---|
PathItem(Paths parent,
ParserContext parserContext,
String name,
Set<String> pathParams,
List<String> partList,
String bindPath,
String path,
String pathFormat) |
| Modifier and Type | Method and Description |
|---|---|
static PathItem |
create(Paths paths,
ParserContext parserContext) |
String |
getAbsolutePath() |
String |
getBindPath() |
List<Operation> |
getOperations() |
List<String> |
getPartList() |
String |
getPath() |
String |
getPathFormat() |
int |
getPathParamCnt() |
Set<String> |
getPathParamNames() |
void |
getReferencedTypes(Set<AbstractSchema> result) |
Set<HttpMethod> |
getUnsupportedOperations() |
getLocationMap, getNonPathParameters, getParameter, getParameter, getParameterMap, getParameters, validateadd, add, capitalize, generate, generateChildren, getAttributes, getBaseSchema, getByPath, getCamelCapitalizedName, getCamelName, getCanFailValidation, getChildren, getComponent, getContext, getDescription, getElementComponent, getElementSchema, getElementType, getEnum, getFields, getFormat, getHasByteString, getHasCollections, getHasList, getHasSet, getIsArraySchema, getIsComponent, getIsGenerateBuilderFacade, getIsGenerateFacade, getIsObjectSchema, getIsObjectType, getIsTypeDef, getModel, getName, getParent, getReference, getReferencedTypes, getSchemas, getSchemas, getSnakeCapitalizedName, getSnakeName, getSummary, resolve, toStringpublic static PathItem create(Paths paths, ParserContext parserContext)
public String getBindPath()
public String getPath()
public String getPathFormat()
public String getAbsolutePath()
public Set<HttpMethod> getUnsupportedOperations()
public int getPathParamCnt()
public void getReferencedTypes(Set<AbstractSchema> result)
getReferencedTypes in class ParameterContainerCopyright © 2018 Symphony Software Foundation. All rights reserved.