Uses of Class
javassist.bytecode.annotation.MemberValue
Packages that use MemberValue
Package
Description
Bytecode-level API.
Bytecode-level Annotations API.
-
Uses of MemberValue in javassist.bytecode
Methods in javassist.bytecode that return MemberValueModifier and TypeMethodDescriptionAnnotationDefaultAttribute.getDefaultValue()Obtains the default value represented by this attribute.Methods in javassist.bytecode with parameters of type MemberValueModifier and TypeMethodDescriptionvoidAnnotationDefaultAttribute.setDefaultValue(MemberValue value) Changes the default value represented by this attribute. -
Uses of MemberValue in javassist.bytecode.annotation
Subclasses of MemberValue in javassist.bytecode.annotationModifier and TypeClassDescriptionclassNested annotation.classArray member.classBoolean constant value.classByte constant value.classChar constant value.classClass value.classDouble floating-point number constant value.classEnum constant value.classFloating-point number constant value.classInteger constant value.classLong integer constant value.classShort integer constant value.classString constant value.Methods in javassist.bytecode.annotation that return MemberValueModifier and TypeMethodDescriptionstatic MemberValueAnnotation.createMemberValue(ConstPool cp, CtClass type) Makes an instance ofMemberValue.Annotation.getMemberValue(String name) Obtains the member value with the given name.ArrayMemberValue.getType()Obtains the type of the elements.ArrayMemberValue.getValue()Obtains the elements of the array.Methods in javassist.bytecode.annotation with parameters of type MemberValueModifier and TypeMethodDescriptionvoidAnnotation.addMemberValue(int nameIndex, MemberValue value) Adds a new member.voidAnnotation.addMemberValue(String name, MemberValue value) Adds a new member.voidArrayMemberValue.setValue(MemberValue[] elements) Sets the elements of the array.Constructors in javassist.bytecode.annotation with parameters of type MemberValue