Uses of Class
javassist.bytecode.FieldInfo
Packages that use FieldInfo
-
Uses of FieldInfo in javassist
Modifier and TypeMethodDescriptionCtField.getFieldInfo()
Returns the FieldInfo representing the field in the class file.CtField.getFieldInfo2()
Returns the FieldInfo representing the field in the class file (read only). -
Uses of FieldInfo in javassist.bytecode
Methods in javassist.bytecode that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionClassFile.getFields()
Returns all the fields declared in the class.Methods in javassist.bytecode with parameters of type FieldInfo