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.juneau
Classes in org.apache.juneau with annotations of type BeanIgnoreModifier and TypeClassDescriptionclass
A parsedAccept or similar header value.class
Describes 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).class
Represents a single value in a comma-delimited header value that optionally contains a quality metric for comparison and extension parameters.class
A 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 BeanIgnore
BeanIgnoreAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.annotation that return BeanIgnoreModifier and TypeMethodDescriptionBeanIgnoreAnnotation.Builder.build()
Instantiates a new@BeanIgnore
object initialized with this builder.static BeanIgnore
BeanIgnoreAnnotation.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 BeanIgnore
BeanIgnoreAnnotation.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 TypeMethodDescriptionvoid
BeanIgnoreAnnotation.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 TypeClassDescriptionclass
A basicHttpEntity
implementation 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 TypeClassDescriptionclass
Superclass of all headers defined in this package.class
A list ofEntityTag
beans. -
Uses of BeanIgnore in org.apache.juneau.http.part
Classes in org.apache.juneau.http.part with annotations of type BeanIgnoreModifier and TypeClassDescriptionclass
Implementation ofNameValuePair
for 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 TypeClassDescriptionclass
A basicHttpResource
implementation 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 TypeClassDescriptionclass
Basic implementation of theHttpResponse
interface for error responses.class
Basic implementation of theHttpResponse
interface. -
Uses of BeanIgnore in org.apache.juneau.rest.httppart
Classes in org.apache.juneau.rest.httppart with annotations of type BeanIgnore