Class JodaBeanMimeType


  • public final class JodaBeanMimeType
    extends java.lang.Object
    Provides mime types for Joda-Beans.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BINARY
      Mime type for the binary format.
      static java.lang.String JSON
      Mime type for the JSON format.
      static java.lang.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 java.lang.String BINARY
        Mime type for the binary format.
        See Also:
        Constant Field Values
      • XML

        public static final java.lang.String XML
        Mime type for the XML format.
        See Also:
        Constant Field Values
      • JSON

        public static final java.lang.String JSON
        Mime type for the JSON format.
        See Also:
        Constant Field Values