Package org.apache.juneau.rest
Class RestChild
java.lang.Object
org.apache.juneau.rest.RestChild
Represents a simple child REST resource / path mapping.
 
Example:
   
See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RestChildConstructor.- Parameters:
- path- The child resource path relative to the parent resource URI.
- resource- The child resource.
 Can either be a Class (which will be instantiated using the registered- BeanStore) or an already-instantiated object.
 
 
-