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.bean
Fields in org.apache.juneau.httppart.bean declared as ResponseBeanMetaModifier and TypeFieldDescriptionstatic ResponseBeanMeta
ResponseBeanMeta.NULL
Represents a non-existent meta object.Methods in org.apache.juneau.httppart.bean that return ResponseBeanMetaModifier and TypeMethodDescriptionstatic ResponseBeanMeta
ResponseBeanMeta.create
(Type t, AnnotationWorkList annotations) Create metadata from specified class.static ResponseBeanMeta
ResponseBeanMeta.create
(MethodInfo m, AnnotationWorkList annotations) Create metadata from specified method return.static ResponseBeanMeta
ResponseBeanMeta.create
(ParamInfo mpi, AnnotationWorkList annotations) Create metadata from specified method parameter. -
Uses of ResponseBeanMeta in org.apache.juneau.rest
Methods 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.