Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d6d2cde

Browse files
docs(readme): edit mermaid by shortening generic type variables of map
1 parent 2993654 commit d6d2cde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ classDiagram
6060
+exception(Throwable) RuntimeException
6161
+exception(Runnable) RuntimeException
6262
+exception(Runnable, Throwable) RuntimeException
63-
+exception(Supplier<Map<String,Object>>) RuntimeException
64-
+exception(Supplier<Map<String,Object>>, Throwable) RuntimeException
63+
+exception(Supplier<Map<...>>) RuntimeException
64+
+exception(Supplier<Map<...>>, Throwable) RuntimeException
6565
}
6666
6767
class BaseCustomException {
6868
<<exception>>
6969
#errorCode: BaseErrorCode
7070
#action: Runnable
71-
#payloadSupplier: Supplier&lt;Map&lt;String,Object>>
71+
#payloadSupplier: Supplier&lt;Map&lt;...>>
7272
$DefaultBaseErrorCodeHolder.INSTANCE : BaseErrorCode
7373
7474
%% +BaseCustomException()
@@ -83,7 +83,7 @@ classDiagram
8383
8484
+getErrorCode() BaseErrorCode
8585
+executeOnError() void
86-
+getPayload() Map&lt;String, Object>
86+
+getPayload() Map&lt;...>
8787
+getPayloadOrElse(Map&lt;...>) Map&lt;String, Object>
8888
+getPayloadOrElseGet(() -> Map&lt;...>) Map&lt;String, Object>
8989
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /