Package org.symphonyoss.s2.canon.model
Class Parameter
- java.lang.Object
-
- org.symphonyoss.s2.canon.model.ModelElement
-
- org.symphonyoss.s2.canon.model.AbstractParameter
-
- org.symphonyoss.s2.canon.model.Parameter
-
public class Parameter extends AbstractParameter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parametercreate(ModelElement methodSchema, ParserContext paramContext)org.symphonyoss.s2.canon.runtime.http.ParameterLocationgetLocation()StringtoString()-
Methods inherited from class org.symphonyoss.s2.canon.model.AbstractParameter
getCanFailValidation, getIsRequired, getSchema
-
Methods inherited from class org.symphonyoss.s2.canon.model.ModelElement
add, add, capitalize, generate, generateChildren, getAttributes, getBaseSchema, getByPath, getCamelCapitalizedName, getCamelName, 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, getReferencedTypes, getSchemas, getSchemas, getSnakeCapitalizedName, getSnakeName, getSourceModel, getSummary, resolve, validate
-
-
-
-
Method Detail
-
create
@Nullable public static Parameter create(ModelElement methodSchema, ParserContext paramContext)
-
getLocation
public org.symphonyoss.s2.canon.runtime.http.ParameterLocation getLocation()
-
toString
public String toString()
- Overrides:
toStringin classAbstractParameter
-
-