public final class Deserializer
extends java.lang.Object
FlamingockMetadata. The fixed-path discovery used in
Phase 1 has been replaced by per-module SPI discovery in
io.flamingock.internal.common.core.metadata.MetadataLoader; this class now exists
only to host the deserialization step that the loader composes with.| Modifier and Type | Method and Description |
|---|---|
static FlamingockMetadata |
readFromStream(java.io.InputStream stream)
Read a
FlamingockMetadata JSON document from a stream. |
public static FlamingockMetadata readFromStream(java.io.InputStream stream) throws java.io.IOException
FlamingockMetadata JSON document from a stream. Caller owns the stream
and is responsible for closing it.java.io.IOException