Uses of Enum Class
io.atlasmap.api.AtlasContextFactory.Format
Packages that use AtlasContextFactory.Format
-
Uses of AtlasContextFactory.Format in io.atlasmap.api
Methods in io.atlasmap.api that return AtlasContextFactory.FormatModifier and TypeMethodDescriptionstatic AtlasContextFactory.Format
Returns the enum constant of this class with the specified name.static AtlasContextFactory.Format[]
AtlasContextFactory.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.api with parameters of type AtlasContextFactory.FormatModifier and TypeMethodDescriptionAtlasContextFactory.createContext
(AtlasContextFactory.Format format, InputStream atlasMappingStream) -
Uses of AtlasContextFactory.Format in io.atlasmap.core
Methods in io.atlasmap.core with parameters of type AtlasContextFactory.FormatModifier and TypeMethodDescriptionDefaultAtlasContextFactory.createContext
(AtlasContextFactory.Format format, InputStream stream) void
ADMArchiveHandler.load
(AtlasContextFactory.Format format, InputStream in) Load an ADM archive or mapping definition from stream.Constructors in io.atlasmap.core with parameters of type AtlasContextFactory.FormatModifierConstructorDescriptionDefaultAtlasContext
(DefaultAtlasContextFactory factory, AtlasContextFactory.Format format, InputStream stream)