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 JSONCodecHttpClient. codecprivate static JSONCodecURLCache. codec -
Uses of JSONCodec in aQute.bnd.main
Fields in aQute.bnd.main declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodecRepoCommand. 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 JSONCodecResourceRepositoryImpl. codec -
Uses of JSONCodec in aQute.lib.deployer
Fields in aQute.lib.deployer declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodecFileRepo. codec -
Uses of JSONCodec in aQute.lib.json
Fields in aQute.lib.json declared as JSONCodec Modifier and Type Field Description (package private) JSONCodecDecoder. codec(package private) JSONCodecEncoder. codecMethods in aQute.lib.json that return JSONCodec Modifier and Type Method Description JSONCodecJSONCodec. addHandler(java.lang.reflect.Type type, Handler handler)Add a new local handlerJSONCodecJSONCodec. 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 JSONCodecLink. codec -
Uses of JSONCodec in aQute.lib.persistentmap
Fields in aQute.lib.persistentmap declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodecPersistentMap. codec -
Uses of JSONCodec in aQute.lib.settings
Fields in aQute.lib.settings declared as JSONCodec Modifier and Type Field Description (package private) static JSONCodecSettings. 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 JSONCodecRemoteSink. codec
-