spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Refactor ContentFormatTransformer for Improved Readability

Open Seol-JY opened this issue 1 year ago • 0 comments
trafficstars

  • Extract Method
  • Replace explicit instanceof checks and casting with pattern matching in the apply method of ContentFormatTransformer.
  • Change var to explicit type

Seol-JY avatar Dec 19 '23 07:12 Seol-JY