Class JsonLiteral

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    public class JsonLiteral
    extends jakarta.enterprise.util.AnnotationLiteral<Json>
    implements Json
    Author:
    Loc Ha
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.appslandia.common.cdi.Json

        Json.Profile
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Json.Profile value()  
      • Methods inherited from class jakarta.enterprise.util.AnnotationLiteral

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
    • Field Detail

      • COMPACT

        public static final Json COMPACT
      • COMPACT_NULL

        public static final Json COMPACT_NULL
      • PRETTY

        public static final Json PRETTY
      • PRETTY_NULL

        public static final Json PRETTY_NULL