Uses of Class
org.apache.juneau.rest.beans.ResourceDescriptions
Packages that use ResourceDescriptions
Package
Description
REST Interface Helper Classes
-
Uses of ResourceDescriptions in org.apache.juneau.examples.rest
Methods in org.apache.juneau.examples.rest that return ResourceDescriptionsModifier and TypeMethodDescriptionHtmlBeansResource.getChildDescriptions()
[HTTP GET /htmlbeans]UtilityBeansResource.getChildDescriptions()
[HTTP GET /utilitybeans] -
Uses of ResourceDescriptions in org.apache.juneau.microservice.jetty.resources
Methods in org.apache.juneau.microservice.jetty.resources that return ResourceDescriptions -
Uses of ResourceDescriptions in org.apache.juneau.rest.beans
Subclasses of ResourceDescriptions in org.apache.juneau.rest.beansModifier and TypeClassDescriptionclass
A POJO structure that describes the list of child resources associated with a resource.Methods in org.apache.juneau.rest.beans that return ResourceDescriptionsModifier and TypeMethodDescriptionAdds a newResourceDescription
to this list.Adds a newResourceDescription
to this list when the uri is different from the name.static ResourceDescriptions
ResourceDescriptions.create()
Static creator.