Uses of Class
aQute.lib.json.Handler
Packages that use Handler
-
Uses of Handler in aQute.lib.json
Subclasses of Handler in aQute.lib.jsonModifier and TypeClassDescriptionclass
class
class
Will now use hex for encoding byte arraysclass
class
class
class
class
class
class
class
class
class
class
Fields in aQute.lib.json with type parameters of type HandlerModifier and TypeFieldDescriptionprivate static final WeakHashMap<Type,
Handler> JSONCodec.handlers
JSONCodec.localHandlers
Methods in aQute.lib.json that return HandlerModifier and TypeMethodDescription(package private) Handler
JSONCodec.getHandler
(Type type, Class<?> actual) This method figures out which handler should handle the type specific stuff.Methods in aQute.lib.json with parameters of type HandlerModifier and TypeMethodDescriptionJSONCodec.addHandler
(Type type, Handler handler) Add a new local handler