Interface ReturnType

All Known Subinterfaces:
FieldTypeSignature, TypeSignature
All Known Implementing Classes:
ArrayTypeSignature, BaseType, ClassTypeSignature, TypeVariableSignature, VoidDescriptor

public interface ReturnType
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static ReturnType
    fromJavaType(org.openrewrite.java.tree.JavaType type)
     
  • Method Details

    • fromJavaType

      static ReturnType fromJavaType(org.openrewrite.java.tree.JavaType type)