Uses of Class
jodd.json.meta.JSONAnnotationValues
-
Packages that use JSONAnnotationValues Package Description jodd.json.meta Annotations used by JSON serializer. -
-
Uses of JSONAnnotationValues in jodd.json.meta
Methods in jodd.json.meta that return JSONAnnotationValues Modifier and Type Method Description static JSONAnnotationValuesJSONAnnotationValues. of(jodd.util.AnnotationParser annotationParser, java.lang.reflect.AnnotatedElement annotatedElement)Shortcut for checking the annotation on annotated element and returning either the values ornull.
-