Uses of Annotation Interface
org.apache.juneau.annotation.BeanIgnore
Packages that use BeanIgnore
Package
Description
JSON Schema Data Transfer Objects
HTTP Entity Beans
HTTP Header Beans
HTTP Part Beans
HTTP Resource Beans
HTTP Response Exception Beans
- 
Uses of BeanIgnore in org.apache.juneauClasses 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.annotationFields 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.jsonschemaMethods 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.entityClasses 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.headerClasses 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.partClasses 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.resourceClasses 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.responseClasses 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.httppartClasses in org.apache.juneau.rest.httppart with annotations of type BeanIgnore