Package cdc.issues.core.io
Class JsonIssuesIo
- java.lang.Object
-
- cdc.issues.core.io.IssuesIo
-
- cdc.issues.core.io.JsonIssuesIo
-
- Direct Known Subclasses:
JsonIssuesReader,JsonIssuesStreamWriter
class JsonIssuesIo extends IssuesIo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cdc.issues.core.io.IssuesIo
IssuesIo.Names, IssuesIo.StreamStatus
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringANCHORprotected static StringANSWERprotected static StringASSIGNEEprotected static StringAUTHORprotected static StringCOMMENTSprotected static StringCREATEDprotected static StringDATEprotected static StringDESCRIPTIONprotected static StringDOMAINprotected static StringENABLEDprotected static StringINFOSprotected static StringISSUESprotected static StringLOCATIONSprotected static StringMETASprotected static StringMODIFIEDprotected static StringNAMEprotected static StringNEW_SEVERITYprotected static StringPARAMSprotected static StringPATHprotected static StringPROFILEprotected static StringPROJECTprotected static StringRESOLUTIONprotected static StringRULESprotected static StringSEVERITIESprotected static StringSEVERITYprotected static StringSNAPSHOTprotected static StringSTATUSprotected static StringTAGprotected static StringTEXTprotected static StringTIMESTAMPprotected static StringVALUE-
Fields inherited from class cdc.issues.core.io.IssuesIo
features, FORMATTER, JSON_CASE_CONVERTER, logger, WORKBOOKS_CASE_CONVERTER, XML_CASE_CONVERTER
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsonIssuesIo(IssuesIoFactoryFeatures features)
-
Method Summary
-
Methods inherited from class cdc.issues.core.io.IssuesIo
format, getFeatures, toInstant, toInstant, toLocalDateTime, toString, traceGenerate, traceGenerated, traceLoad, traceLoaded
-
-
-
-
Field Detail
-
ANCHOR
protected static final String ANCHOR
-
ANSWER
protected static final String ANSWER
-
ASSIGNEE
protected static final String ASSIGNEE
-
AUTHOR
protected static final String AUTHOR
-
COMMENTS
protected static final String COMMENTS
-
CREATED
protected static final String CREATED
-
DATE
protected static final String DATE
-
DESCRIPTION
protected static final String DESCRIPTION
-
DOMAIN
protected static final String DOMAIN
-
ENABLED
protected static final String ENABLED
-
INFOS
protected static final String INFOS
-
ISSUES
protected static final String ISSUES
-
LOCATIONS
protected static final String LOCATIONS
-
METAS
protected static final String METAS
-
MODIFIED
protected static final String MODIFIED
-
NAME
protected static final String NAME
-
NEW_SEVERITY
protected static final String NEW_SEVERITY
-
PARAMS
protected static final String PARAMS
-
PATH
protected static final String PATH
-
PROFILE
protected static final String PROFILE
-
PROJECT
protected static final String PROJECT
-
RESOLUTION
protected static final String RESOLUTION
-
RULES
protected static final String RULES
-
SEVERITY
protected static final String SEVERITY
-
SEVERITIES
protected static final String SEVERITIES
-
SNAPSHOT
protected static final String SNAPSHOT
-
STATUS
protected static final String STATUS
-
TAG
protected static final String TAG
-
TEXT
protected static final String TEXT
-
TIMESTAMP
protected static final String TIMESTAMP
-
VALUE
protected static final String VALUE
-
-
Constructor Detail
-
JsonIssuesIo
protected JsonIssuesIo(IssuesIoFactoryFeatures features)
-
-