Uses of Class
jodd.json.meta.TypeData
Packages that use TypeData
Package
Description
Light, but powerful JSON parser and serializers.
Annotations used by JSON serializer.
-
Uses of TypeData in jodd.json
-
Uses of TypeData in jodd.json.meta
Fields in jodd.json.meta with type parameters of type TypeDataModifier and TypeFieldDescriptionprivate final jodd.util.TypeCache<TypeData> JsonAnnotationManager.typeDataMapMethods in jodd.json.meta that return TypeDataModifier and TypeMethodDescriptionprotected TypeDataJsonAnnotationManager._lookupTypeData(Class type) Lookups type data and creates one if missing.protected TypeDataJsonAnnotationManager.findSubclassTypeData(Class type) Finds type data of first annotated superclass or interface.JsonAnnotationManager.lookupTypeData(Class type) Returns all includes for given type.private TypeDataJsonAnnotationManager.scanClassForAnnotations(Class type) Scans class for annotations and returnsTypeData.