Interface TypeSignature

All Superinterfaces:
ReturnType
All Known Subinterfaces:
FieldTypeSignature
All Known Implementing Classes:
ArrayTypeSignature, BaseType, ClassTypeSignature, TypeVariableSignature

public interface TypeSignature extends ReturnType
  • Method Summary

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

    • fromJavaType

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