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.annotationMethod parameters in org.apache.juneau.annotation with type arguments of type BeanConfigModifier and TypeMethodDescriptionvoidBeanConfigAnnotation.Applier.apply(AnnotationInfo<BeanConfig> ai, BeanContext.Builder b) 
- 
Uses of BeanConfig in org.apache.juneau.examples.restClasses in org.apache.juneau.examples.rest with annotations of type BeanConfigModifier and TypeClassDescriptionclassSample REST resource for echoing HttpServletRequests back to the browser.
- 
Uses of BeanConfig in org.apache.juneau.rest.configClasses in org.apache.juneau.rest.config with annotations of type BeanConfigModifier and TypeInterfaceDescriptioninterfacePredefined REST configuration that defines common default values for all configurations.
- 
Uses of BeanConfig in org.apache.juneau.rest.servletMethods in org.apache.juneau.rest.servlet with annotations of type BeanConfigModifier and TypeMethodDescriptionBasicRestOperations.getSwagger(RestRequest req) [GET /api] - Show resource options.