Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestInject
Packages that use RestInject
Package
Description
REST Annotations
-
Uses of RestInject in org.apache.juneau.rest.annotation
Fields in org.apache.juneau.rest.annotation declared as RestInjectModifier and TypeFieldDescriptionstatic final RestInject
RestInjectAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.rest.annotation that return RestInjectModifier and TypeMethodDescriptionRestInjectAnnotation.Builder.build()
Instantiates a new@RestInject
object initialized with this builder.Methods in org.apache.juneau.rest.annotation with parameters of type RestInjectModifier and TypeMethodDescriptionstatic String
RestInjectAnnotation.name
(RestInject a) Pulls the name/value attribute from aRestInject
annotation. -
Uses of RestInject in org.apache.juneau.rest.springboot
Methods in org.apache.juneau.rest.springboot with annotations of type RestInjectModifier and TypeMethodDescriptionSpringRestServlet.createBeanStore
(Optional<BeanStore> parent) Hook into Spring bean injection framework.