- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<Json>
-
- com.appslandia.common.cdi.JsonLiteral
-
- All Implemented Interfaces:
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
-
-
Field Summary
Fields Modifier and Type Field Description static JsonCOMPACTstatic JsonCOMPACT_NULLstatic JsonPRETTYstatic JsonPRETTY_NULL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Json.Profilevalue()-
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
-
-
-
-
Method Detail
-
value
public Json.Profile value()
-
-