-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated the `body` function in `Pact.kt` to use a safer casting approach with `as?` instead of inline reified type parameters, improving type safety. - Modified the `serializerWith` and `serializerAsDefault` functions in `Utils.kt` to remove inline reified type parameters, simplifying the function signatures while maintaining functionality. These changes enhance type handling and simplify the serialization utility methods in the pact-jvm-mock library.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters