Class SignatureAttribute.ObjectType

java.lang.Object
javassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.ObjectType
Direct Known Subclasses:
SignatureAttribute.ArrayType, SignatureAttribute.ClassType, SignatureAttribute.TypeVariable
Enclosing class:
SignatureAttribute

public abstract static class SignatureAttribute.ObjectType extends SignatureAttribute.Type
Class types, array types, and type variables. This class is also used for representing a field type.
  • Constructor Details

    • ObjectType

      public ObjectType()
  • Method Details

    • encode

      public String encode()
      Returns the encoded string representing the object type signature.