Uses of Annotation Interface
org.apache.juneau.annotation.BeanConfig
Packages that use BeanConfig
Package
Description
Predefined REST configuration interfaces
-
Uses of BeanConfig in org.apache.juneau.annotation
Method parameters in org.apache.juneau.annotation with type arguments of type BeanConfigModifier and TypeMethodDescriptionvoid
BeanConfigAnnotation.Applier.apply
(AnnotationInfo<BeanConfig> ai, BeanContext.Builder b) -
Uses of BeanConfig in org.apache.juneau.examples.rest
Classes in org.apache.juneau.examples.rest with annotations of type BeanConfigModifier and TypeClassDescriptionclass
Sample REST resource for echoing HttpServletRequests back to the browser. -
Uses of BeanConfig in org.apache.juneau.rest.config
Classes in org.apache.juneau.rest.config with annotations of type BeanConfigModifier and TypeInterfaceDescriptioninterface
Predefined REST configuration that defines common default values for all configurations. -
Uses of BeanConfig in org.apache.juneau.rest.servlet
Methods in org.apache.juneau.rest.servlet with annotations of type BeanConfigModifier and TypeMethodDescriptionBasicRestOperations.getSwagger
(RestRequest req) [GET /api] - Show resource options.