You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mp911de
changed the title
Introduce Parameter.getRequiredName() and Parameter.hasName()
Introduce org.springframework.data.mapping.Parameter.getRequiredName() and Parameter.hasName()Apr 11, 2025
onobc
added a commit
to onobc/spring-data-commons
that referenced
this issue
Apr 18, 2025
…mapping.Parameter`.
Introduces a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Closesspring-projects#3088
…mapping.Parameter`.
Introduces a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Closesspring-projects#3088
…mapping.Parameter`.
Introduces a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Closes#3088
Original pull request: #3272
Provide a more convenient API to simplify the caller side especially for conditionals that want to determine whether a parameter name is present.
Typically, code checks for
null
and then throws an exception.The text was updated successfully, but these errors were encountered: