Uses of Annotation Interface
org.apache.juneau.annotation.Beanc
Packages that use Beanc
Package
Description
-
Uses of Beanc in org.apache.juneau
Constructors in org.apache.juneau with annotations of type BeancModifierConstructorDescriptionUriContext
(String authority, String contextRoot, String servletPath, String pathInfo) Constructor. -
Uses of Beanc in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as BeancMethods in org.apache.juneau.annotation that return BeancModifier and TypeMethodDescriptionBeancAnnotation.Builder.build()
Instantiates a new@Beanc
object initialized with this builder.static Beanc
BeancAnnotation.copy
(Beanc a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type BeancModifier and TypeMethodDescriptionstatic Beanc
BeancAnnotation.copy
(Beanc a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type BeancModifier and TypeMethodDescriptionvoid
BeancAnnotation.Applier.apply
(AnnotationInfo<Beanc> ai, BeanContext.Builder b) -
Uses of Beanc in org.apache.juneau.examples.core.pojo
Constructors in org.apache.juneau.examples.core.pojo with annotations of type Beanc