Package org.cyclonedx

Class CycloneDxMediaType


  • @Deprecated
    public class CycloneDxMediaType
    extends java.lang.Object
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String APPLICATION_CYCLONEDX_JSON
      Deprecated.
      Official CycloneDX JSON media type assigned by IANA.
      static java.lang.String APPLICATION_CYCLONEDX_XML
      Deprecated.
      Official CycloneDX XML media type assigned by IANA.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CycloneDxMediaType()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • APPLICATION_CYCLONEDX_XML

        public static final java.lang.String APPLICATION_CYCLONEDX_XML
        Deprecated.
        Official CycloneDX XML media type assigned by IANA. ...
        See Also:
        Constant Field Values
      • APPLICATION_CYCLONEDX_JSON

        public static final java.lang.String APPLICATION_CYCLONEDX_JSON
        Deprecated.
        Official CycloneDX JSON media type assigned by IANA. ...
        See Also:
        Constant Field Values
    • Constructor Detail

      • CycloneDxMediaType

        private CycloneDxMediaType()
        Deprecated.