Uses of Class
javassist.bytecode.AnnotationsAttribute
-
Packages that use AnnotationsAttribute Package Description javassist The Javassist Core API. -
-
Uses of AnnotationsAttribute in javassist
Methods in javassist with parameters of type AnnotationsAttribute Modifier and Type Method Description (package private) static java.lang.Object
CtClassType. getAnnotationType(java.lang.Class<?> clz, ClassPool cp, AnnotationsAttribute a1, AnnotationsAttribute a2)
(package private) static boolean
CtClassType. hasAnnotationType(java.lang.Class<?> clz, ClassPool cp, AnnotationsAttribute a1, AnnotationsAttribute a2)
Deprecated.(package private) static boolean
CtClassType. hasAnnotationType(java.lang.String annotationTypeName, ClassPool cp, AnnotationsAttribute a1, AnnotationsAttribute a2)
(package private) static java.lang.Object[]
CtClassType. toAnnotationType(boolean ignoreNotFound, ClassPool cp, AnnotationsAttribute a1, AnnotationsAttribute a2)
-