org.joda.beans.ser
Class JodaBeanMimeType

java.lang.Object
  extended by org.joda.beans.ser.JodaBeanMimeType

public final class JodaBeanMimeType
extends Object

Provides mime types for Joda-Beans.


Field Summary
static String BINARY
          Mime type for the binary format.
static String JSON
          Mime type for the JSON format.
static String XML
          Mime type for the XML format.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINARY

public static final String BINARY
Mime type for the binary format.

See Also:
Constant Field Values

XML

public static final String XML
Mime type for the XML format.

See Also:
Constant Field Values

JSON

public static final String JSON
Mime type for the JSON format.

See Also:
Constant Field Values


Copyright © 2007–2017 Joda.org. All rights reserved.