public class JsonContentCanonicalizer extends Object implements ContentCanonicalizer
Constructor and Description |
---|
JsonContentCanonicalizer() |
Modifier and Type | Method and Description |
---|---|
ContentHandle |
canonicalize(ContentHandle content)
Called to convert the given content to its canonical form.
|
protected void |
processJsonNode(com.fasterxml.jackson.databind.JsonNode node)
Perform any additional processing on the JSON node.
|
public ContentHandle canonicalize(ContentHandle content)
ContentCanonicalizer
canonicalize
in interface ContentCanonicalizer
ContentCanonicalizer.canonicalize(io.apicurio.registry.content.ContentHandle)
protected void processJsonNode(com.fasterxml.jackson.databind.JsonNode node)
node
- Copyright © 2020 Red Hat. All rights reserved.