Uses of Class
org.apache.juneau.httppart.bean.ResponseBeanPropertyMeta
Packages that use ResponseBeanPropertyMeta
-
Uses of ResponseBeanPropertyMeta in org.apache.juneau.httppart.bean
Methods in org.apache.juneau.httppart.bean that return ResponseBeanPropertyMetaModifier and TypeMethodDescriptionResponseBeanMeta.getContentMethod()
Returns the@Content -annotated method.ResponseBeanMeta.getProperty
(String name) Returns metadata about the bean property with the specified method getter name.ResponseBeanMeta.getStatusMethod()
Returns the@StatusCode -annotated method.Methods in org.apache.juneau.httppart.bean that return types with arguments of type ResponseBeanPropertyMetaModifier and TypeMethodDescriptionResponseBeanMeta.getHeaderMethods()
Returns metadata about the@Header -annotated methods.ResponseBeanMeta.getProperties()
Returns all the annotated methods on this bean.