Class J.Identifier

    • Method Detail

      • getFieldType

        @Nullable
        public @Nullable JavaType getFieldType()
      • withId

        public J.Identifier withId​(java.util.UUID id)
        Specified by:
        withId in interface J
      • getSimpleName

        public java.lang.String getSimpleName()
      • withName

        public J.Identifier withName​(java.lang.String name)
      • withMarkers

        public J.Identifier withMarkers​(org.openrewrite.marker.Markers markers)
        Specified by:
        withMarkers in interface J
      • build

        public static J.Identifier build​(java.util.UUID id,
                                         Space prefix,
                                         org.openrewrite.marker.Markers markers,
                                         java.lang.String simpleName,
                                         @Nullable
                                         @Nullable JavaType type)
      • build

        public static J.Identifier build​(java.util.UUID id,
                                         Space prefix,
                                         org.openrewrite.marker.Markers markers,
                                         java.lang.String simpleName,
                                         @Nullable
                                         @Nullable JavaType type,
                                         @Nullable
                                         @Nullable JavaType fieldType)
      • toString

        public java.lang.String toString()
        Making debugging a bit easier
        Overrides:
        toString in class java.lang.Object