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 TypeClassDescriptionclassclassclassWill now use hex for encoding byte arraysclassclassclassclassclassclassclassclassclassclassclassFields in aQute.lib.json with type parameters of type HandlerModifier and TypeFieldDescriptionprivate static final WeakHashMap<Type, Handler> JSONCodec.handlersJSONCodec.localHandlersMethods in aQute.lib.json that return HandlerModifier and TypeMethodDescription(package private) HandlerJSONCodec.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