We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8571df7 commit 88c396aCopy full SHA for 88c396a
source/fundamentals/data-formats/codecs.txt
@@ -176,7 +176,7 @@ from the prior example using the following code:
176
.. code-block:: java
177
:copyable: true
178
179
- Codec<String> powerStatusCodec = codecRegistry.get(String.class);
+ Codec<PowerStatus> powerStatusCodec = codecRegistry.get(PowerStatus.class);
180
Codec<Integer> integerCodec = codecRegistry.get(Integer.class);
181
182
If you attempt to retrieve a ``Codec`` instance for a class that is not
0 commit comments