| Package | Description |
|---|---|
| net.minidev.json.reader |
| Modifier and Type | Field and Description |
|---|---|
static JsonWriterI<Object> |
JsonWriter.arrayWriter |
static JsonWriterI<Object> |
JsonWriter.beansWriter
Json-Smart V1 Beans serialiser
|
static JsonWriterI<Enum<?>> |
JsonWriter.EnumWriter |
static JsonWriterI<Iterable<? extends Object>> |
JsonWriter.JSONIterableWriter |
static JsonWriterI<JSONAwareEx> |
JsonWriter.JSONJSONAwareExWriter |
static JsonWriterI<JSONAware> |
JsonWriter.JSONJSONAwareWriter |
static JsonWriterI<Map<String,? extends Object>> |
JsonWriter.JSONMapWriter |
static JsonWriterI<JSONStreamAwareEx> |
JsonWriter.JSONStreamAwareExWriter |
static JsonWriterI<JSONStreamAwareEx> |
JsonWriter.JSONStreamAwareWriter |
| Modifier and Type | Method and Description |
|---|---|
JsonWriterI |
JsonWriter.getWrite(Class cls) |
JsonWriterI |
JsonWriter.getWriterByInterface(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWriter.addInterfaceWriterFirst(Class<?> cls,
JsonWriterI<?> writer) |
void |
JsonWriter.addInterfaceWriterLast(Class<?> cls,
JsonWriterI<?> writer) |
<T> void |
JsonWriter.registerWriter(JsonWriterI<T> writer,
Class<?>... cls) |
Copyright © 2014 Chemouni Uriel. All Rights Reserved.