Uses of Class
org.apache.juneau.rest.RestChildren
Packages that use RestChildren
Package
Description
REST Server API
REST Annotations
-
Uses of RestChildren in org.apache.juneau.rest
Subclasses of RestChildren in org.apache.juneau.restModifier and TypeClassDescriptionfinal class
Represents a null value for theRest.restChildrenClass()
annotation.Methods in org.apache.juneau.rest that return RestChildrenModifier and TypeMethodDescriptionprotected RestChildren
RestChildren.Builder.buildDefault()
RestContext.getRestChildren()
Returns the child resources associated with this servlet.Method parameters in org.apache.juneau.rest with type arguments of type RestChildrenModifier and TypeMethodDescriptionRestContext.Builder.restChildrenClass
(Class<? extends RestChildren> value) REST children class. -
Uses of RestChildren in org.apache.juneau.rest.annotation
Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestChildrenModifier and TypeMethodDescriptionRestAnnotation.Builder.restChildrenClass
(Class<? extends RestChildren> value) Sets theRest.restChildrenClass()
property on this annotation.