Interface FieldReferenceConverter.Delegate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      JType[] getTypes()
      Returns the types any parsed field references are expected to return.
      java.lang.String handleFragment​(java.lang.String fragment)
      Called for fragment around and between field references.
      java.lang.String handleReference​(java.lang.String reference)
      Called for each expanded field reference, to allow it to be stitched together with surrounding fragments.