Uses of Annotation Interface
org.apache.juneau.annotation.Beanp
Packages that use Beanp
Package
Description
Marshalling API
Bean and POJO Annotations
HTML5 Data Transfer Objects
JSON Schema Data Transfer Objects
Swagger Data Transfer Objects
Swagger Data Transfer Objects
-
Uses of Beanp in org.apache.juneau
Method parameters in org.apache.juneau with type arguments of type BeanpModifier and TypeMethodDescriptionprotected final <T> ClassMeta<T>BeanContext.resolveClassMeta(AnnotationInfo<Beanp> p, ClassInfo ci, TypeVariables typeVarImpls) Used for determining the class type on a method or field where a@Beanpannotation may be present. -
Uses of Beanp in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as BeanpMethods in org.apache.juneau.annotation that return BeanpModifier and TypeMethodDescriptionBeanpAnnotation.Builder.build()Instantiates a new@Beanpobject initialized with this builder.static BeanpBeanpAnnotation.copy(Beanp a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type BeanpModifier and TypeMethodDescriptionstatic BeanpBeanpAnnotation.copy(Beanp a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type BeanpModifier and TypeMethodDescriptionvoidBeanpAnnotation.Applier.apply(AnnotationInfo<Beanp> ai, BeanContext.Builder b) -
Uses of Beanp in org.apache.juneau.bean.html5
Methods in org.apache.juneau.bean.html5 with annotations of type BeanpModifier and TypeMethodDescriptionHtmlElement.getAttrs()The attributes of this element.HtmlElementContainer.getChildren()The children of this element.HtmlElementMixed.getChildren()The children of this element.Pre.getChildren()HtmlElementRawText.getText()Returns the inner text of this element.HtmlElementText.getText()Returns the inner text of this element.Sets the attributes for this element.HtmlElementContainer.setChildren(List<Object> children) Sets the children for this container.HtmlElementMixed.setChildren(List<Object> children) Sets the children of this element.Sets the inner text of this element.Sets the inner text of this element. -
Uses of Beanp in org.apache.juneau.bean.jsonschema
Methods in org.apache.juneau.bean.jsonschema with annotations of type BeanpModifier and TypeMethodDescriptionJsonSchema.getDefs()Bean property getter:$defs .JsonSchema.getElse()Bean property getter:else .JsonSchema.getIdUri()Bean property getter:$id .JsonSchema.getIf()Bean property getter:if .JsonSchema.getRef()Bean property getter:$ref .JsonSchema.getSchemaVersionUri()Bean property getter:$schema .JsonSchema.getThen()Bean property getter:then .JsonSchema.setAdditionalProperties(Object additionalProperties) Bean property setter:additionalProperties .JsonSchema.setDefs(Map<String, JsonSchema> defs) Bean property setter:$defs .JsonSchema.setElse(JsonSchema else_) Bean property setter:else .Bean property setter:$id .JsonSchema.setIf(JsonSchema if_) Bean property setter:if .Bean property setter:$ref .JsonSchema.setSchemaVersionUri(Object schemaVersion) Bean property setter:$schema .JsonSchema.setThen(JsonSchema then_) Bean property setter:then . -
Uses of Beanp in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 with annotations of type BeanpModifier and TypeMethodDescriptionOpenApiElement.extraKeys()Generic property keyset.Generic property getter.HeaderInfo.getExample()Bean property getter:x-example .MediaType.getExample()Bean property getter:x-example .HeaderInfo.getRef()Bean property getter:$ref .Items.getRef()Bean property getter:$ref .SchemaInfo.getRef()Bean property getter:$ref .Generic property setter.HeaderInfo.setExample(Object value) Bean property setter:examples .MediaType.setExample(Object value) Bean property setter:examples .Bean property setter:$ref .Bean property setter:$ref .Bean property setter:$ref . -
Uses of Beanp in org.apache.juneau.bean.swagger
Methods in org.apache.juneau.bean.swagger with annotations of type BeanpModifier and TypeMethodDescriptionSwaggerElement.extraKeys()Generic property keyset.Generic property getter.HeaderInfo.getRef()Bean property getter:$ref .Items.getRef()Bean property getter:$ref .SchemaInfo.getRef()Bean property getter:$ref .Generic property setter.Bean property setter:$ref .Bean property setter:$ref .Bean property setter:$ref .