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