Class ViewPath
java.lang.Object
ru.vyarus.guicey.gsp.app.rest.log.ViewPath
- All Implemented Interfaces:
Comparable<ViewPath>
Represents template rest method.
- Since:
- 03.12.2018
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ViewPath
-
-
Method Details
-
getMethod
public org.glassfish.jersey.server.model.ResourceMethod getMethod()- Returns:
- resource method
-
getResource
public org.glassfish.jersey.server.model.Resource getResource()- Returns:
- resource
-
getResourceType
- Returns:
- resource class
-
getUrl
- Returns:
- rest mapping url
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ViewPath>
-
equals
-
hashCode
public int hashCode()
-