Interface FieldInfo

All Known Implementing Classes:
FieldInfoImpl

public interface FieldInfo
Interface to wrap information about classes fields
See Also:
  • Method Details

    • getFieldName

      String getFieldName()
      Get the name of the field
      Returns:
      the name
    • getFieldType

      String getFieldType()
      Get the type of the field
      Returns:
      the type name
    • getFieldModifiers

      Optional<String> getFieldModifiers()
      Get all the modifiers of the method, if present
      Returns:
      an Optional<String> if the modifiers are present, Empty otherwise
    • getParentClassReport

      Report getParentClassReport()
      Get the full parent ClassReport
      Returns:
      the parent report