Uses of Class
org.apache.juneau.httppart.bean.ResponseBeanMeta
Packages that use ResponseBeanMeta
Package
Description
HTTP Part Beans
REST Server API
Remote REST API
-
Uses of ResponseBeanMeta in org.apache.juneau.httppart.bean
Fields in org.apache.juneau.httppart.bean declared as ResponseBeanMetaModifier and TypeFieldDescriptionstatic ResponseBeanMetaResponseBeanMeta.NULLRepresents a non-existent meta object.Methods in org.apache.juneau.httppart.bean that return ResponseBeanMetaModifier and TypeMethodDescriptionstatic ResponseBeanMetaResponseBeanMeta.create(Type t, AnnotationWorkList annotations) Create metadata from specified class.static ResponseBeanMetaResponseBeanMeta.create(MethodInfo m, AnnotationWorkList annotations) Create metadata from specified method return.static ResponseBeanMetaResponseBeanMeta.create(ParameterInfo mpi, AnnotationWorkList annotations) Create metadata from specified method parameter. -
Uses of ResponseBeanMeta in org.apache.juneau.rest
Fields in org.apache.juneau.rest declared as ResponseBeanMetaFields in org.apache.juneau.rest with type parameters of type ResponseBeanMetaModifier and TypeFieldDescriptionprotected final Map<Class<?>,ResponseBeanMeta> RestOpContext.responseBeanMetasMethods in org.apache.juneau.rest that return ResponseBeanMetaModifier and TypeMethodDescriptionRestOpContext.getResponseBeanMeta(Object o) Returns metadata about the specified response object if it's annotated with@Response.RestResponse.getResponseBeanMeta()Returns the metadata about this response.RestOpContext.getResponseMeta()Returns the response bean meta if this method returns aResponse-annotated bean.Methods in org.apache.juneau.rest with parameters of type ResponseBeanMetaModifier and TypeMethodDescriptionRestResponse.setResponseBeanMeta(ResponseBeanMeta rbm) Sets metadata about this response. -
Uses of ResponseBeanMeta in org.apache.juneau.rest.client.remote
Methods in org.apache.juneau.rest.client.remote that return ResponseBeanMetaModifier and TypeMethodDescriptionRemoteOperationReturn.getResponseBeanMeta()Returns schema information about the HTTP part.