Package | Description |
---|---|
com.cedarsoftware.util.io | |
com.cedarsoftware.util.io.writers |
Modifier and Type | Interface and Description |
---|---|
static interface |
JsonWriter.JsonClassWriter
Implement this interface to customize the JSON output for a given class.
|
Modifier and Type | Class and Description |
---|---|
static class |
Writers.BigDecimalWriter |
static class |
Writers.BigIntegerWriter |
static class |
Writers.CalendarWriter |
static class |
Writers.CharacterWriter
Used as a template to write out primitive String types.
|
static class |
Writers.ClassWriter |
static class |
Writers.DateAsLongWriter |
static class |
Writers.DateWriter |
static class |
Writers.DoubleWriter
Used as a template to write out primitive value types such as int, boolean, etc.
|
static class |
Writers.EnumsAsStringWriter |
static class |
Writers.FloatingPointWriter<T>
Used as a template to write out primitive value types such as int, boolean, etc.
|
static class |
Writers.FloatWriter
Used as a template to write out primitive value types such as int, boolean, etc.
|
static class |
Writers.JsonStringWriter |
static class |
Writers.LocalDateAsLong |
static class |
Writers.LocalDateTimeWriter |
static class |
Writers.LocalDateWriter |
static class |
Writers.LocaleWriter |
static class |
Writers.LocalTimeWriter |
static class |
Writers.MonthDayWriter |
static class |
Writers.NativeJsonPrimitive
Used for Native JSON primitives that never need to write their type.
|
static class |
Writers.OffsetDateTimeWriter |
static class |
Writers.OffsetTimeWriter |
static class |
Writers.PrimitiveBasicStringWriter
This can be used when you know your objects are going to be represented as strings,
but won't need any UTF-8 escaping.
|
static class |
Writers.PrimitiveTypeWriter
Used as a template to write out types that will have a primitive form.
|
static class |
Writers.PrimitiveUtf8StringWriter
Used as a template to write out primitive String types.
|
static class |
Writers.PrimitiveValueWriter
Used as a template to write out primitive value types such as int, boolean, etc.
|
static class |
Writers.TemporalWriter<T extends TemporalAccessor> |
static class |
Writers.TimestampWriter |
static class |
Writers.TimeZoneWriter |
static class |
Writers.UUIDWriter |
static class |
Writers.YearMonthWriter |
static class |
Writers.YearWriter |
static class |
Writers.ZonedDateTimeWriter |
Modifier and Type | Class and Description |
---|---|
class |
DurationWriter |
class |
InstantWriter |
class |
LongWriter |
class |
PeriodWriter |
class |
ZoneIdWriter |
class |
ZoneOffsetWriter |
Copyright © 2023. All rights reserved.