Interface GeneralCodeGenDetail

All Known Subinterfaces:
ActivatorCodeGenDetail

public interface GeneralCodeGenDetail
Generically describes the source code generated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Optionally, the source code generated.
    The FQN of the source that was generated.
  • Method Details

    • serviceTypeName

      TypeName serviceTypeName()
      The FQN of the source that was generated.
      Returns:
      the FQN name for the code that was generated
    • body

      Optional<String> body()
      Optionally, the source code generated.
      Returns:
      the body of the source, or empty if unknown or unavailable