Interface FieldTypeSignature

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

public interface FieldTypeSignature extends TypeSignature
  • Method Summary

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

    • fromJavaType

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