Interface RawField


public interface RawField
The definition of a field in a RawType.

RawField objects are thread-safe. Multiple threads may safely call the methods of a shared RawField object.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the field.
    Returns the type of the field, without expanding parameterized types, or null if the type is an interface type or the Object class.
  • Method Details

    • getName

      String getName()
      Returns the name of the field.
    • getType

      RawType getType()
      Returns the type of the field, without expanding parameterized types, or null if the type is an interface type or the Object class.