Package org.mule.apikit.implv1.model
Class RamlImplV1
java.lang.Object
org.mule.apikit.implv1.model.RamlImplV1
- All Implemented Interfaces:
Serializable,org.mule.apikit.model.ApiSpecification
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRamlImplV1(org.raml.model.Raml raml) Deprecated.RamlImplV1(org.raml.model.Raml raml, String ramlPath, List<String> references) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a list of String with all the references from the api.org.mule.apikit.model.ApiVendororg.raml.model.RamlgetRaml()org.mule.apikit.model.Resourceorg.mule.apikit.ApiTypegetType()getUri()voidsetBaseUri(String s)
-
Constructor Details
-
RamlImplV1
-
RamlImplV1
Deprecated.
-
-
Method Details
-
getRaml
public org.raml.model.Raml getRaml() -
getResource
- Specified by:
getResourcein interfaceorg.mule.apikit.model.ApiSpecification
-
getConsolidatedSchemas
- Specified by:
getConsolidatedSchemasin interfaceorg.mule.apikit.model.ApiSpecification
-
getCompiledSchemas
- Specified by:
getCompiledSchemasin interfaceorg.mule.apikit.model.ApiSpecification
-
getBaseUri
- Specified by:
getBaseUriin interfaceorg.mule.apikit.model.ApiSpecification
-
getLocation
- Specified by:
getLocationin interfaceorg.mule.apikit.model.ApiSpecification
-
getResources
- Specified by:
getResourcesin interfaceorg.mule.apikit.model.ApiSpecification
-
getVersion
- Specified by:
getVersionin interfaceorg.mule.apikit.model.ApiSpecification
-
setBaseUri
-
getBaseUriParameters
- Specified by:
getBaseUriParametersin interfaceorg.mule.apikit.model.ApiSpecification
-
getSecuritySchemes
- Specified by:
getSecuritySchemesin interfaceorg.mule.apikit.model.ApiSpecification
-
getTraits
- Specified by:
getTraitsin interfaceorg.mule.apikit.model.ApiSpecification
-
getUri
- Specified by:
getUriin interfaceorg.mule.apikit.model.ApiSpecification
-
getSchemas
- Specified by:
getSchemasin interfaceorg.mule.apikit.model.ApiSpecification
-
getInstance
-
getAllReferences
This method returns a list of String with all the references from the api. Note that the list returned by this method is based on the ramlPath, so if for e.g: the path described at ramlPath is relative the list returned will be of relatives path too, same if it absolute path or uri.- Specified by:
getAllReferencesin interfaceorg.mule.apikit.model.ApiSpecification- Returns:
- list of String with all the references from the api
-
dump
- Specified by:
dumpin interfaceorg.mule.apikit.model.ApiSpecification
-
getApiVendor
public org.mule.apikit.model.ApiVendor getApiVendor()- Specified by:
getApiVendorin interfaceorg.mule.apikit.model.ApiSpecification
-
getType
public org.mule.apikit.ApiType getType()- Specified by:
getTypein interfaceorg.mule.apikit.model.ApiSpecification
-