public class SubResourceLocatorDescriptorImpl extends Object implements SubResourceLocatorDescriptor
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ResourceDescriptorVisitor visitor)
Method is useful for validation.
|
Annotation[] |
getAnnotations()
Get set or additional (not JAX-RS specific) annotation.
|
Method |
getMethod() |
List<MethodParameter> |
getMethodParameters() |
AbstractResourceDescriptor |
getParentResource() |
PathValue |
getPathValue() |
Class<?> |
getResponseType() |
UriPattern |
getUriPattern() |
String |
toString() |
public PathValue getPathValue()
getPathValue in interface SubResourceLocatorDescriptorPathValuepublic UriPattern getUriPattern()
getUriPattern in interface SubResourceLocatorDescriptorUriPatternpublic void accept(ResourceDescriptorVisitor visitor)
ResourceDescriptoraccept in interface ResourceDescriptorvisitor - See ResourceDescriptorVisitorpublic Method getMethod()
getMethod in interface GenericMethodResourceMethodpublic List<MethodParameter> getMethodParameters()
getMethodParameters in interface GenericMethodResourcepublic AbstractResourceDescriptor getParentResource()
getParentResource in interface GenericMethodResourcepublic Class<?> getResponseType()
getResponseType in interface GenericMethodResourceGenericMethodResource.getMethod()public Annotation[] getAnnotations()
GenericMethodResourcegetAnnotations in interface GenericMethodResourceCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.