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.restMethods 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.resourcesMethods in org.apache.juneau.microservice.jetty.resources that return ResourceDescriptions
- 
Uses of ResourceDescriptions in org.apache.juneau.rest.beansSubclasses of ResourceDescriptions in org.apache.juneau.rest.beansModifier and TypeClassDescriptionclassA 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 newResourceDescriptionto this list.Adds a newResourceDescriptionto this list when the uri is different from the name.static ResourceDescriptionsResourceDescriptions.create()Static creator.