Skip to content

Commit

Permalink
Update components-api/src/main/scala/pl/touk/nussknacker/engine/api/t…
Browse files Browse the repository at this point in the history
…yped/AssignabilityDeterminer.scala

Co-authored-by: Mateusz Słabek <[email protected]>
  • Loading branch information
2 people authored and Marcel Philipiak committed Nov 26, 2024
1 parent 7facaa3 commit f6c5db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.apache.commons.lang3.ClassUtils
import pl.touk.nussknacker.engine.api.typed.typing._

/**
* This class determine whether we can convert a class to another one. We provide two modes of conversion -
* This class determine whether we can assign one type to another type - that is if its the same class, a subclass or can be converted to another type. We provide two modes of conversion -
* 1. Loose conversion is based on the fact that TypingResults are
* sets of possible supertypes with some additional restrictions (like TypedObjectTypingResult). It is basically how SpEL
* can convert things. Like CommonSupertypeFinder it's in the spirit of "Be type safe as much as possible, but also provide some helpful
Expand Down

0 comments on commit f6c5db6

Please sign in to comment.