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 Summary
-
Method Summary
-
Constructor Details
-
RestChild
Constructor.- 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 registeredBeanStore
) or an already-instantiated object.
-