Class Clazz.FieldDef

    • Constructor Detail

      • FieldDef

        @Deprecated
        public FieldDef​(int access,
                        java.lang.String name,
                        java.lang.String descriptor)
        Deprecated.
    • Method Detail

      • getName

        public java.lang.String getName()
      • setDeprecated

        @Deprecated
        public void setDeprecated​(boolean deprecated)
        Deprecated.
      • descriptor

        public java.lang.String descriptor()
      • setConstant

        @Deprecated
        public void setConstant​(java.lang.Object o)
        Deprecated.
      • getConstant

        public java.lang.Object getConstant()
      • getGenericReturnType

        public java.lang.String getGenericReturnType()
      • isDeprecated

        public boolean isDeprecated()
      • getSignature

        public java.lang.String getSignature()
      • annotations

        public java.util.stream.Stream<Annotation> annotations​(java.lang.String binaryNameFilter)
      • typeAnnotations

        public java.util.stream.Stream<TypeAnnotation> typeAnnotations​(java.lang.String binaryNameFilter)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object