Uses of Annotation Interface
org.apache.juneau.annotation.BeanIgnore
Packages that use BeanIgnore
Package
Description
Marshalling API
Bean and POJO Annotations
JSON Schema Data Transfer Objects
HTTP Entity Beans
HTTP Header Beans
HTTP Part Beans
HTTP Resource Beans
HTTP Response Exception Beans
REST HTTP Parts
-
Uses of BeanIgnore in org.apache.juneau
Classes in org.apache.juneau with annotations of type BeanIgnoreModifier and TypeClassDescriptionclassA parsedAccept or similar header value.classDescribes a single media type used in content negotiation between an HTTP client and server, as described in Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).classRepresents a single value in a comma-delimited header value that optionally contains a quality metric for comparison and extension parameters.classA parsedAccept-Encoding or similar header value. -
Uses of BeanIgnore in org.apache.juneau.annotation
Fields in org.apache.juneau.annotation declared as BeanIgnoreModifier and TypeFieldDescriptionstatic final BeanIgnoreBeanIgnoreAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.annotation that return BeanIgnoreModifier and TypeMethodDescriptionBeanIgnoreAnnotation.Builder.build()Instantiates a new@BeanIgnoreobject initialized with this builder.static BeanIgnoreBeanIgnoreAnnotation.copy(BeanIgnore a, VarResolverSession r) Creates a copy of the specified annotation.Methods in org.apache.juneau.annotation with parameters of type BeanIgnoreModifier and TypeMethodDescriptionstatic BeanIgnoreBeanIgnoreAnnotation.copy(BeanIgnore a, VarResolverSession r) Creates a copy of the specified annotation.Method parameters in org.apache.juneau.annotation with type arguments of type BeanIgnoreModifier and TypeMethodDescriptionvoidBeanIgnoreAnnotation.Applier.apply(AnnotationInfo<BeanIgnore> ai, BeanContext.Builder b) -
Uses of BeanIgnore in org.apache.juneau.bean.jsonschema
Methods in org.apache.juneau.bean.jsonschema with annotations of type BeanIgnoreModifier and TypeMethodDescriptionJsonSchema.getAdditionalItemsAsBoolean()Bean property getter:additionalItems .JsonSchema.getAdditionalItemsAsSchemaArray()Bean property getter:additionalItems .JsonSchema.getAdditionalPropertiesAsBoolean()Bean property getter:additionalProperties .JsonSchema.getAdditionalPropertiesAsSchema()Bean property getter:additionalProperties .JsonSchema.getItemsAsSchema()Bean property getter:items .JsonSchema.getItemsAsSchemaArray()Bean property getter:items .JsonSchema.getName()Bean property getter:name .JsonSchema.getTypeAsJsonType()Bean property getter:type .JsonSchema.getTypeAsJsonTypeArray()Bean property getter:type .Bean property setter:name .JsonSchema.setSchemaMap(JsonSchemaMap schemaMap) Associates a schema map with this schema for resolving other schemas identified through$ref properties. -
Uses of BeanIgnore in org.apache.juneau.http.entity
Classes in org.apache.juneau.http.entity with annotations of type BeanIgnoreModifier and TypeClassDescriptionclassA basicHttpEntityimplementation with additional features. -
Uses of BeanIgnore in org.apache.juneau.http.header
Classes in org.apache.juneau.http.header with annotations of type BeanIgnoreModifier and TypeClassDescriptionclassSuperclass of all headers defined in this package.classA list ofEntityTagbeans. -
Uses of BeanIgnore in org.apache.juneau.http.part
Classes in org.apache.juneau.http.part with annotations of type BeanIgnoreModifier and TypeClassDescriptionclassImplementation ofNameValuePairfor serializing POJOs as URL-encoded form post entries. -
Uses of BeanIgnore in org.apache.juneau.http.resource
Classes in org.apache.juneau.http.resource with annotations of type BeanIgnoreModifier and TypeClassDescriptionclassA basicHttpResourceimplementation with additional features. -
Uses of BeanIgnore in org.apache.juneau.http.response
Classes in org.apache.juneau.http.response with annotations of type BeanIgnoreModifier and TypeClassDescriptionclassBasic implementation of theHttpResponseinterface for error responses.classBasic implementation of theHttpResponseinterface. -
Uses of BeanIgnore in org.apache.juneau.rest.httppart
Classes in org.apache.juneau.rest.httppart with annotations of type BeanIgnore