Uses of Class
net.oneandone.neberus.parse.RestMethodData.ResponseData
-
Packages that use RestMethodData.ResponseData Package Description net.oneandone.neberus.parse -
-
Uses of RestMethodData.ResponseData in net.oneandone.neberus.parse
Fields in net.oneandone.neberus.parse with type parameters of type RestMethodData.ResponseData Modifier and Type Field Description java.util.List<RestMethodData.ResponseData>RestClassData. commonResponseDataClass scope defined responses that will be added to every method in the whole class.java.util.List<RestMethodData.ResponseData>RestMethodData. responseDataMethods in net.oneandone.neberus.parse with parameters of type RestMethodData.ResponseData Modifier and Type Method Description protected voidMethodParser. addCommonResponseData(javax.lang.model.element.AnnotationMirror response, java.util.List<javax.lang.model.element.AnnotationValue> produces, RestMethodData.ResponseData responseData)
-