Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionuse
TreeFilterProvider
insteadFiltering turned out to be not that usable and will be removed. This class has been superseded by theTreeFilter
.
-
Deprecated ClassesClassDescriptionuse Jackson's implThis always had very limited utility and
Element.stream(Class, boolean)
seems to be a more usable alternative.Filtering turned out to be more complex than this.Filter
has been superseded byTreeFilter
.favor thePipelineConfiguration.Builder
useBaseConfigurable
insteaduseBaseDifferenceTransform
insteaduseBaseElement
insteaduseIndependentTreeFilter
or some otherTreeFilter
insteaduseBaseElementForest
insteaduseBaseReporter
instead
-
Deprecated MethodsMethodDescriptionuse the Jackson-based variantuse the Jackson-based variantuse
AnalysisContext.getConfigurationNode()
insteaduse the Jackson-based variantuse the Jackson-based variantThis ignores the charset and uses UTf-8. UseJSONUtil.stripComments(InputStream)
instead.useXmlToJson.convertXml(Object)
insteadUse and implementDifferenceTransform.getDifferenceCodePredicates()
instead, as it can offer better performance characteristic.useDifferenceTransform.tryTransform(Element, Element, Difference)
which offers richer possibilitiesuse the more standardElement.stream(Class, boolean)
in favor ofElement.stream(Class, boolean)
in favor ofElement.stream(Class, boolean)
use the more versatileElementForest.stream(Class, boolean, Element)
in favor of more versatileElementForest.stream(Class, boolean, Element)
use the Jackson-based variantuse the Jackson-based variantuse the Jackson-based variantuseReport.Builder.addDifference()
instead
-
Deprecated ConstructorsConstructorDescriptionuse the builder. This will be removed in some future release.use the builder. This will be removed in some future release.use the builder. This will be removed in some future release.use the builder. This will be removed in some future release.