public class AbstractSubResourceLocator extends AbstractMethod implements PathAnnotated, Parameterized, AbstractModelComponent
| Constructor and Description |
|---|
AbstractSubResourceLocator(AbstractResource resource,
Method method,
PathValue uriPath,
Annotation[] annotations)
Creates a new instance of AbstractSubResourceLocator
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AbstractModelVisitor visitor) |
List<AbstractModelComponent> |
getComponents() |
List<Parameter> |
getParameters() |
PathValue |
getPath() |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByTypepublic AbstractSubResourceLocator(AbstractResource resource, Method method, PathValue uriPath, Annotation[] annotations)
public PathValue getPath()
getPath in interface PathAnnotatedpublic List<Parameter> getParameters()
getParameters in interface Parameterizedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentpublic List<AbstractModelComponent> getComponents()
getComponents in interface AbstractModelComponentCopyright © 2016 Oracle Corporation. All rights reserved.