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.restSubclasses of RestChildren in org.apache.juneau.restModifier and TypeClassDescriptionfinal classRepresents a null value for theRest.restChildrenClass()annotation.Methods in org.apache.juneau.rest that return RestChildrenModifier and TypeMethodDescriptionprotected RestChildrenRestChildren.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.annotationMethod 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.