Class Helper
java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.Helper
-
Method Summary
Modifier and TypeMethodDescriptionstatic javax.ws.rs.core.NewCookieconvert(org.apache.dubbo.remoting.http12.HttpCookie cookie) static StringdefaultValue(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta annotation) static booleanisRequired(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta parameter) static org.apache.dubbo.remoting.http12.HttpResult<Object> toBody(javax.ws.rs.core.Response response) static javax.ws.rs.core.MediaTypetoMediaType(String mediaType) static List<javax.ws.rs.core.MediaType> toMediaTypes(String accept) static StringtoString(javax.ws.rs.core.MediaType mediaType)
-
Method Details
-
isRequired
public static boolean isRequired(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta parameter) -
defaultValue
public static String defaultValue(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta annotation) -
toBody
public static org.apache.dubbo.remoting.http12.HttpResult<Object> toBody(javax.ws.rs.core.Response response) -
toMediaType
-
toString
-
toMediaTypes
-
convert
public static javax.ws.rs.core.NewCookie convert(org.apache.dubbo.remoting.http12.HttpCookie cookie)
-