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, isAnnotationPresent
public AbstractSubResourceLocator(AbstractResource resource, java.lang.reflect.Method method, PathValue uriPath, java.lang.annotation.Annotation[] annotations)
public PathValue getPath()
getPath
in interface PathAnnotated
public java.util.List<Parameter> getParameters()
getParameters
in interface Parameterized
public void accept(AbstractModelVisitor visitor)
accept
in interface AbstractModelComponent
public java.util.List<AbstractModelComponent> getComponents()
getComponents
in interface AbstractModelComponent
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2016 Oracle Corporation. All Rights Reserved.