Class NoOpContentCanonicalizer
- java.lang.Object
-
- io.apicurio.registry.content.canon.NoOpContentCanonicalizer
-
- All Implemented Interfaces:
ContentCanonicalizer
public class NoOpContentCanonicalizer extends Object implements ContentCanonicalizer
A canonicalizer that passes through the content unchanged.- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description NoOpContentCanonicalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentHandle
canonicalize(ContentHandle content)
Called to convert the given content to its canonical form.
-
-
-
Method Detail
-
canonicalize
public ContentHandle canonicalize(ContentHandle content)
Description copied from interface:ContentCanonicalizer
Called to convert the given content to its canonical form.- Specified by:
canonicalize
in interfaceContentCanonicalizer
- See Also:
ContentCanonicalizer.canonicalize(io.apicurio.registry.content.ContentHandle)
-
-