Class RestServiceInfo
java.lang.Object
com.peterphi.std.guice.web.rest.service.servicedescription.freemarker.RestServiceInfo
- All Implemented Interfaces:
Comparable<RestServiceInfo>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(RestServiceInfo that) static List<RestServiceInfo>
getAll
(Collection<RestResource> resources) getPath()
getPaths()
boolean
-
Constructor Details
-
RestServiceInfo
-
-
Method Details
-
isDeprecated
public boolean isDeprecated() -
getInterfaceName
-
getPath
-
getPaths
-
getResources
-
getDescription
-
getSeeAlsoURLs
-
getAll
-
compareTo
- Specified by:
compareTo
in interfaceComparable<RestServiceInfo>
-