Class ByteBufferDuplicatedTest
java.lang.Object
io.micronaut.serde.tck.tests.bytebuffer.ByteBufferDuplicatedTest
@Property(name="micronaut.serde.write-binary-as-array",
value="false")
public class ByteBufferDuplicatedTest
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
testDuplicatedByteBufferWithCustomPosition
(io.micronaut.json.JsonMapper jsonMapper) Test ported from com.fasterxml.jackson.databind.ser.jdk.JDKTypeSerializationTest
-
Constructor Details
-
ByteBufferDuplicatedTest
public ByteBufferDuplicatedTest()
-
-
Method Details
-
testDuplicatedByteBufferWithCustomPosition
@Test public void testDuplicatedByteBufferWithCustomPosition(io.micronaut.json.JsonMapper jsonMapper) throws IOException Test ported from com.fasterxml.jackson.databind.ser.jdk.JDKTypeSerializationTest- Parameters:
jsonMapper
- JSONMapper either Jackson or Serde implementation- Throws:
IOException
- If an unrecoverable error occurs
-