Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionUse
AtlasFieldActionCOMBINE/SEPARATE mode has been deprecated. Use transformations with multiple field selection.COMBINE/SEPARATE mode has been deprecated. Use transformations with multiple field selection.
-
Deprecated ClassesClassDescriptionThis was introduced for backward compatibility. Remove this in v2.0. https://github.com/atlasmap/atlasmap/pull/877Expression field action is deprecated.
Mappinglevel expression has to be used instead.
-
Deprecated Enum ClassesEnum ClassDescriptionMigrate to
io.atlasmap.v2.InspectionTypeMigrate toio.atlasmap.v2.InspectionType
-
Deprecated Annotation Interfaces
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionuse the isGlobal method, which always returns the opposite of this function. Or the isLocal method.this method allocates a new array every time, so it could be inefficient when working with a large schema. Use
XSElementDecl.getSubstitutables()instead.Since this method always returns null, if you are calling this method fromXSSchemaand not fromXSComponent, there's something wrong with your code.UseAtlasPreviewContext#processPreview(Mapping)UseAtlasPreviewContext#processPreview(Mapping)UseValidation.getDocId()insteadUseValidation.setDocId(String)instead
-
Deprecated ConstructorsConstructorDescriptionUnsafe, use JAXPParser(factory) instead with security features initialized by setting XMLConstants.FEATURE_SECURE_PROCESSING feature.Unsafe, use XSOMParser(factory) instead with security features initialized by setting XMLConstants.FEATURE_SECURE_PROCESSING feature.
AtlasConverter