Uses of Class
org.apache.juneau.httppart.bean.ResponseBeanMeta
Packages that use ResponseBeanMeta
Package
Description
REST Server API
Remote REST API
- 
Uses of ResponseBeanMeta in org.apache.juneau.httppart.beanFields 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(ParamInfo mpi, AnnotationWorkList annotations) Create metadata from specified method parameter.
- 
Uses of ResponseBeanMeta in org.apache.juneau.restMethods 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.remoteMethods in org.apache.juneau.rest.client.remote that return ResponseBeanMetaModifier and TypeMethodDescriptionRemoteOperationReturn.getResponseBeanMeta()Returns schema information about the HTTP part.