Uses of Class
org.apache.juneau.rest.httppart.ResponsePartMeta
Packages that use ResponsePartMeta
Package
Description
REST Server API
REST HTTP Parts
-
Uses of ResponsePartMeta in org.apache.juneau.rest
Fields in org.apache.juneau.rest with type parameters of type ResponsePartMetaModifier and TypeFieldDescriptionprotected final Map<Class<?>,ResponsePartMeta> RestOpContext.headerPartMetasMethods in org.apache.juneau.rest that return ResponsePartMetaModifier and TypeMethodDescriptionRestOpContext.getResponseHeaderMeta(Object o) Returns metadata about the specified response object if it's annotated with@Header. -
Uses of ResponsePartMeta in org.apache.juneau.rest.httppart
Fields in org.apache.juneau.rest.httppart declared as ResponsePartMetaModifier and TypeFieldDescriptionstatic final ResponsePartMetaResponsePartMeta.NULLRepresents a non-existent meta.