Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestInject
Packages that use RestInject
Package
Description
REST Annotations
Spring Boot Integration
-
Uses of RestInject in org.apache.juneau.rest.annotation
Fields in org.apache.juneau.rest.annotation declared as RestInjectModifier and TypeFieldDescriptionstatic final RestInjectRestInjectAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.rest.annotation that return RestInjectModifier and TypeMethodDescriptionRestInjectAnnotation.Builder.build()Instantiates a new@RestInjectobject initialized with this builder.Methods in org.apache.juneau.rest.annotation with parameters of type RestInjectModifier and TypeMethodDescriptionstatic StringRestInjectAnnotation.name(RestInject a) Pulls the name/value attribute from aRestInjectannotation. -
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.