public class MediaTypeHeaderDelegate extends Object implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
| Constructor and Description |
|---|
MediaTypeHeaderDelegate() |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String type) |
protected static boolean |
isValid(String str) |
static javax.ws.rs.core.MediaType |
parse(String type) |
static boolean |
quoted(String str) |
String |
toString(Object o) |
public Object fromString(String type) throws IllegalArgumentException
fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegateIllegalArgumentExceptionprotected static boolean isValid(String str)
public static javax.ws.rs.core.MediaType parse(String type)
public static boolean quoted(String str)
Copyright © 2018 JBoss by Red Hat. All rights reserved.