Uses of Class
aQute.lib.json.Handler
-
Packages that use Handler Package Description aQute.lib.json -
-
Uses of Handler in aQute.lib.json
Subclasses of Handler in aQute.lib.json Modifier and Type Class Description classArrayHandlerclassBooleanHandlerclassByteArrayHandlerWill now use hex for encoding byte arraysclassCharacterHandlerclassCollectionHandlerclassDateHandlerclassEnumHandlerclassFileHandlerclassMapHandlerclassNumberHandlerclassObjectHandlerclassSpecialHandlerclassStringHandlerclassUUIDHandlerFields in aQute.lib.json with type parameters of type Handler Modifier and Type Field Description private static java.util.WeakHashMap<java.lang.reflect.Type,Handler>JSONCodec. handlers(package private) java.util.Map<java.lang.reflect.Type,Handler>JSONCodec. localHandlersMethods in aQute.lib.json that return Handler Modifier and Type Method Description (package private) HandlerJSONCodec. getHandler(java.lang.reflect.Type type, java.lang.Class<?> actual)This method figures out which handler should handle the type specific stuff.Methods in aQute.lib.json with parameters of type Handler Modifier and Type Method Description JSONCodecJSONCodec. addHandler(java.lang.reflect.Type type, Handler handler)Add a new local handler
-