Uses of Class
jodd.json.meta.JsonAnnotationManager
Packages that use JsonAnnotationManager
Package
Description
Light, but powerful JSON parser and serializers.
Annotations used by JSON serializer.
-
Uses of JsonAnnotationManager in jodd.json
Fields in jodd.json declared as JsonAnnotationManagerModifier and TypeFieldDescriptionprivate final JsonAnnotationManagerJsonParser.jsonAnnotationManager -
Uses of JsonAnnotationManager in jodd.json.meta
Fields in jodd.json.meta declared as JsonAnnotationManagerModifier and TypeFieldDescriptionprivate static final JsonAnnotationManagerJsonAnnotationManager.JSON_ANNOTATION_MANAGERMethods in jodd.json.meta that return JsonAnnotationManagerModifier and TypeMethodDescriptionstatic JsonAnnotationManagerJsonAnnotationManager.get()Returns instance of this class.JsonAnnotationManager.setJsonAnnotation(Class<? extends Annotation> jsonAnnotation) Sets different annotation.JsonAnnotationManager.setSerializationSubclassAware(boolean serializationSubclassAware) When set searches for first annotated class or interface and use it's data.