Permalink
Show file tree
Hide file tree
25 changes: 25 additions & 0 deletions
25
core/src/main/java/io/micronaut/core/convert/ConversionContext.java
27 changes: 20 additions & 7 deletions
27
core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java
17 changes: 17 additions & 0 deletions
17
core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java
2 changes: 1 addition & 1 deletion
2
core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java
8 changes: 2 additions & 6 deletions
8
core/src/main/java/io/micronaut/core/type/DefaultArgument.java
2 changes: 1 addition & 1 deletion
2
http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java
5 changes: 3 additions & 2 deletions
5
http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java
4 changes: 3 additions & 1 deletion
4
...tty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java
3 changes: 2 additions & 1 deletion
3
...erver-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java
19 changes: 10 additions & 9 deletions
19
http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/CorsFilterSpec.groovy
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Use ConversionContext constants where possible instead of class (#2356)
Changes ------- * Added ArgumentConversionContext constants in ConversionContext * Replaced Argument.of and use of argument classes with ConversionContext constants where possible * Added getFirst method in ConvertibleMultiValues that accepts ArgumentConversionContent parameter Partially addresses issue #2355
- Loading branch information
1 parent
07424ba
commit b8ec32c
Showing
18 changed files
with
145 additions
and
59 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
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
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
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
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
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
Oops, something went wrong.