-
-
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.
- Loading branch information
1 parent
16e0296
commit 5e39e6e
Showing
7 changed files
with
85 additions
and
68 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
12 changes: 9 additions & 3 deletions
12
...ronaut-serde/src/main/java/com/leakyabstractions/result/micronaut/serde/package-info.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
/** | ||
* Micronaut Serialization for Result | ||
* Provides Micronaut Serialization for {@link com.leakyabstractions.result.api.Result} objects. | ||
* <p> | ||
* <img src="https://dev.leakyabstractions.com/result-api/result.svg" alt="Result Library"> | ||
* <h2>Micronaut Serialization for Result</h2> | ||
* <p> | ||
* Serialize and deserialize {@link com.leakyabstractions.result.api.Result} objects with | ||
* <a href="https://micronaut-projects.github.io/micronaut-serialization/latest/guide/">Micronaut</a>. | ||
* | ||
* @author Guillermo Calvo | ||
* @see com.leakyabstractions.result | ||
* @author <a href="https://guillermo.dev/">Guillermo Calvo</a> | ||
* @see <a href="https://result.leakyabstractions.com/add-ons/micronaut">Quick guide</a> | ||
* @see <a href="https://github.com/LeakyAbstractions/result-micronaut-serde/">Source code</a> | ||
* @see com.leakyabstractions.result.micronaut.serde.ResultArgument | ||
* @see com.leakyabstractions.result.micronaut.serde.ResultBuilder | ||
* @see com.leakyabstractions.result.api.Result | ||
* @see com.leakyabstractions.result.api | ||
*/ | ||
|
||
package com.leakyabstractions.result.micronaut.serde; |
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