8990919293949596979899
asm = false; } { JSONType annotation = clazz.getAnnotation(JSONType.class); if (annotation != null && annotation.asm() == false) { asm = false; } } if (asm) {
8889909192939495969798
7475767778798081828384
7374757677787980818283
101102103104105106107108109110111
asm = false; } { JSONType annotation = clazz.getAnnotation(JSONType.class); if (annotation != null && annotation.asm() == false) { asm = false; } } if (asm && !ASMUtils.checkName(clazz.getName())) {
8687888990919293949596