public class AbstractSubResourceLocator extends AbstractMethod implements PathAnnotated, Parameterized, AbstractModelComponent
| Constructor and Description |
|---|
AbstractSubResourceLocator(AbstractResource resource,
java.lang.reflect.Method method,
PathValue uriPath,
java.lang.annotation.Annotation[] annotations)
Creates a new instance of AbstractSubResourceLocator
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AbstractModelVisitor visitor) |
java.util.List<AbstractModelComponent> |
getComponents() |
java.util.List<Parameter> |
getParameters() |
PathValue |
getPath() |
java.lang.String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresentpublic AbstractSubResourceLocator(AbstractResource resource, java.lang.reflect.Method method, PathValue uriPath, java.lang.annotation.Annotation[] annotations)
public PathValue getPath()
getPath in interface PathAnnotatedpublic java.util.List<Parameter> getParameters()
getParameters in interface Parameterizedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentpublic java.util.List<AbstractModelComponent> getComponents()
getComponents in interface AbstractModelComponentpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2016 Oracle Corporation. All Rights Reserved.