Class RestServiceInfo
java.lang.Object
com.peterphi.std.guice.web.rest.service.servicedescription.freemarker.RestServiceInfo
- All Implemented Interfaces:
Comparable<RestServiceInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(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:
compareToin interfaceComparable<RestServiceInfo>
-