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