public class ResourceBaseImpl extends RAMLLanguageElementImpl implements ResourceBase
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceBaseImpl() |
|
ResourceBaseImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<TraitRef> |
is() |
List<Method> |
methods() |
List<SecuritySchemaRef> |
securedBy() |
ResourceTypeRef |
type() |
List<DataElement> |
uriParameters() |
annotations, description, displayNamegetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotations, description, displayNamegetErrorspublic ResourceBaseImpl(Object jsNode, JavaNodeFactory factory)
protected ResourceBaseImpl()
public List<Method> methods()
methods in interface ResourceBasepublic List<TraitRef> is()
is in interface ResourceBasepublic ResourceTypeRef type()
type in interface ResourceBasepublic List<SecuritySchemaRef> securedBy()
securedBy in interface ResourceBasepublic List<DataElement> uriParameters()
uriParameters in interface ResourceBaseCopyright © 2016 RAML. All rights reserved.