Package tilda.interfaces
Interface JSONable
-
- All Known Implementing Classes:
Catalog_Data
,CatalogFormulaResult_Data
,CheckList.Item
,ColumnDefinition
,Connection_Data
,DateDim_Data
,DateLimitDim_Data
,FailedDependencyDDLScripts_Data
,FormulaResultView_Data
,Job_Data
,JobPart_Data
,JobPartMessage_Data
,JobView_Data
,Key_Data
,MaintenanceLog_Data
,Mapping_Data
,ObjectPerf_Data
,RefillPerf_Data
,TILDA__CATALOG
,TILDA__CATALOGFORMULARESULT
,TILDA__CONNECTION
,TILDA__DATEDIM
,TILDA__DATELIMITDIM
,TILDA__FAILEDDEPENDENCYDDLSCRIPTS
,TILDA__FORMULARESULTVIEW
,TILDA__JOB
,TILDA__JOBPART
,TILDA__JOBPARTMESSAGE
,TILDA__JOBVIEW
,TILDA__KEY
,TILDA__MAINTENANCELOG
,TILDA__MAPPING
,TILDA__OBJECTPERF
,TILDA__REFILLPERF
,TILDA__TRANSPERF
,TILDA__ZONEINFO
,TransPerf_Data
,Type_BinaryCollection
,Type_BinaryCollectionNull
,Type_BinaryPrimitive
,Type_BinaryPrimitiveNull
,Type_BitfieldCollection
,Type_BitfieldCollectionNull
,Type_BitfieldPrimitive
,Type_BitfieldPrimitiveNull
,Type_BooleanCollection
,Type_BooleanCollectionNull
,Type_BooleanPrimitive
,Type_BooleanPrimitiveNull
,Type_CharCollection
,Type_CharCollectionNull
,Type_CharPrimitive
,Type_CharPrimitiveNull
,Type_DateCollection
,Type_DateCollectionNull
,Type_DatePrimitive
,Type_DatePrimitiveNull
,Type_Datetime_plainCollection
,Type_Datetime_plainCollectionNull
,Type_Datetime_plainPrimitive
,Type_Datetime_plainPrimitiveNull
,Type_DatetimeCollection
,Type_DatetimeCollectionNull
,Type_DatetimePrimitive
,Type_DatetimePrimitiveNull
,Type_DoubleCollection
,Type_DoubleCollectionNull
,Type_DoublePrimitive
,Type_DoublePrimitiveNull
,Type_FloatCollection
,Type_FloatCollectionNull
,Type_FloatPrimitive
,Type_FloatPrimitiveNull
,Type_IntegerCollection
,Type_IntegerCollectionNull
,Type_IntegerPrimitive
,Type_IntegerPrimitiveNull
,Type_JsonCollection
,Type_JsonCollectionNull
,Type_JsonPrimitive
,Type_JsonPrimitiveNull
,Type_LongCollection
,Type_LongCollectionNull
,Type_LongPrimitive
,Type_LongPrimitiveNull
,Type_NumericCollection
,Type_NumericCollectionNull
,Type_NumericPrimitive
,Type_NumericPrimitiveNull
,Type_ShortCollection
,Type_ShortCollectionNull
,Type_ShortPrimitive
,Type_ShortPrimitiveNull
,Type_StringCollection
,Type_StringCollectionNull
,Type_StringPrimitive
,Type_StringPrimitiveNull
,Type_UuidCollection
,Type_UuidCollectionNull
,Type_UuidPrimitive
,Type_UuidPrimitiveNull
,ZoneInfo_Data
public interface JSONable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
toJSON(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject)
void
toJSON(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject, boolean noNullArrays)
void
toJSON(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject, java.time.ZonedDateTime lastsync)
-
-
-
Method Detail
-
toJSON
void toJSON(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject) throws java.lang.Exception
- Throws:
java.lang.Exception
-
toJSON
void toJSON(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject, boolean noNullArrays) throws java.lang.Exception
- Throws:
java.lang.Exception
-
toJSON
void toJSON(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject, java.time.ZonedDateTime lastsync) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-