| Package | Description |
|---|---|
| aQute.bnd.http | |
| aQute.bnd.main | |
| aQute.bnd.resource.repository | |
| aQute.lib.deployer | |
| aQute.lib.json | |
| aQute.lib.persistentmap | |
| aQute.lib.settings | |
| aQute.libg.remote.sink |
| Modifier and Type | Field and Description |
|---|---|
private static JSONCodec |
HttpClient.codec |
private static JSONCodec |
URLCache.codec |
| Modifier and Type | Field and Description |
|---|---|
(package private) static JSONCodec |
RepoCommand.codec |
| Modifier and Type | Field and Description |
|---|---|
(package private) static JSONCodec |
ResourceRepositoryImpl.codec |
| Modifier and Type | Field and Description |
|---|---|
(package private) static JSONCodec |
FileRepo.codec |
| Modifier and Type | Field and Description |
|---|---|
(package private) JSONCodec |
Decoder.codec |
(package private) JSONCodec |
Encoder.codec |
| Modifier and Type | Method and Description |
|---|---|
JSONCodec |
JSONCodec.addHandler(java.lang.reflect.Type type,
Handler handler)
Add a new local handler
|
JSONCodec |
JSONCodec.setIgnorenull(boolean ignorenull)
Ignore null values in output and input
|
| Constructor and Description |
|---|
Decoder(JSONCodec codec) |
Encoder(JSONCodec codec) |
ObjectHandler(JSONCodec codec,
java.lang.Class<?> c) |
| Modifier and Type | Field and Description |
|---|---|
(package private) static JSONCodec |
PersistentMap.codec |
| Modifier and Type | Field and Description |
|---|---|
(package private) static JSONCodec |
Settings.codec |
| Modifier and Type | Field and Description |
|---|---|
(package private) static JSONCodec |
RemoteSink.codec |