Uses of Class
aQute.lib.json.JSONCodec
-
Packages that use JSONCodec Package Description aQute.bnd.http aQute.bnd.main aQute.bnd.resource.repository aQute.lib.deployer aQute.lib.json aQute.lib.link aQute.lib.persistentmap aQute.lib.settings aQute.libg.remote.sink -
-
Uses of JSONCodec in aQute.bnd.http
Fields in aQute.bnd.http declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
HttpClient. codec
private static JSONCodec
URLCache. codec
-
Uses of JSONCodec in aQute.bnd.main
Fields in aQute.bnd.main declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
RepoCommand. codec
-
Uses of JSONCodec in aQute.bnd.resource.repository
Fields in aQute.bnd.resource.repository declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
ResourceRepositoryImpl. codec
-
Uses of JSONCodec in aQute.lib.deployer
Fields in aQute.lib.deployer declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
FileRepo. codec
-
Uses of JSONCodec in aQute.lib.json
Fields in aQute.lib.json declared as JSONCodec Modifier and Type Field Description (package private) JSONCodec
Decoder. codec
(package private) JSONCodec
Encoder. codec
Methods in aQute.lib.json that return JSONCodec Modifier and Type Method Description JSONCodec
JSONCodec. addHandler(java.lang.reflect.Type type, Handler handler)
Add a new local handlerJSONCodec
JSONCodec. setIgnorenull(boolean ignorenull)
Ignore null values in output and inputConstructors in aQute.lib.json with parameters of type JSONCodec Constructor Description Decoder(JSONCodec codec)
Encoder(JSONCodec codec)
ObjectHandler(JSONCodec codec, java.lang.Class<?> c)
-
Uses of JSONCodec in aQute.lib.link
Fields in aQute.lib.link declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
Link. codec
-
Uses of JSONCodec in aQute.lib.persistentmap
Fields in aQute.lib.persistentmap declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
PersistentMap. codec
-
Uses of JSONCodec in aQute.lib.settings
Fields in aQute.lib.settings declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
Settings. codec
-
Uses of JSONCodec in aQute.libg.remote.sink
Fields in aQute.libg.remote.sink declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodec
RemoteSink. codec
-