com.sun.jersey.api.model
Class AbstractImplicitViewMethod
java.lang.Object
com.sun.jersey.api.model.AbstractMethod
com.sun.jersey.api.model.AbstractImplicitViewMethod
- All Implemented Interfaces:
- AnnotatedElement
public class AbstractImplicitViewMethod
- extends AbstractMethod
Abstraction for an implicit view method.
The annotations on this abstract method will be copied from the class. The
Java method will be null.
AbstractImplicitViewMethod
public AbstractImplicitViewMethod(AbstractResource resource)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Oracle Corporation. All Rights Reserved.