com.xebialabs.deployit.core.api.resteasy
Class CustomMediaType

java.lang.Object
  extended by com.xebialabs.deployit.core.api.resteasy.CustomMediaType

public class CustomMediaType
extends java.lang.Object


Field Summary
static java.lang.String TEXT_CSV
          "text/csv"
 
Constructor Summary
CustomMediaType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_CSV

public static final java.lang.String TEXT_CSV
"text/csv"

See Also:
Constant Field Values
Constructor Detail

CustomMediaType

public CustomMediaType()