Package de.smartsquare.squit.mediatype
Interface Canonicalizer
-
- All Implemented Interfaces:
public interface CanonicalizerInterface for canonicalizing structures to make them easier to diff.
-
-
Method Summary
Modifier and Type Method Description abstract Stringcanonicalize(String input, MediaTypeConfig mediaTypeConfig)Canonicalize the input into a common format. -
-
Method Detail
-
canonicalize
abstract String canonicalize(String input, MediaTypeConfig mediaTypeConfig)
Canonicalize the input into a common format. E.g. for XML this might mean to remove all unnecessary whitespace and order attributes.
-
-
-
-