jar

org.metafacture : metamorph

Maven & Gradle

Jun 06, 2023
1 usages
67 stars

Metamorph · A domain specific language for transforming Metafacture event streams

Table Of Contents

Latest Version

Download org.metafacture : metamorph JAR file - Latest Versions:

All Versions

Download org.metafacture : metamorph JAR file - All Versions:

Version Vulnerabilities Size Updated
5.6.x
5.5.x
5.4.x
5.3.x
5.2.x
5.1.x
5.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window metamorph-5.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.metafacture.metamorph

├─ org.metafacture.metamorph.AbstractMetamorphDomWalker.class - [JAR]

├─ org.metafacture.metamorph.CollectFactory.class - [JAR]

├─ org.metafacture.metamorph.Data.class - [JAR]

├─ org.metafacture.metamorph.DefaultErrorHandler.class - [JAR]

├─ org.metafacture.metamorph.Entity.class - [JAR]

├─ org.metafacture.metamorph.Filter.class - [JAR]

├─ org.metafacture.metamorph.Flush.class - [JAR]

├─ org.metafacture.metamorph.FunctionFactory.class - [JAR]

├─ org.metafacture.metamorph.InlineMorph.class - [JAR]

├─ org.metafacture.metamorph.MapFactory.class - [JAR]

├─ org.metafacture.metamorph.Metamorph.class - [JAR]

├─ org.metafacture.metamorph.MetamorphException.class - [JAR]

├─ org.metafacture.metamorph.MorphBuilder.class - [JAR]

├─ org.metafacture.metamorph.NullInterceptorFactory.class - [JAR]

├─ org.metafacture.metamorph.Registry.class - [JAR]

├─ org.metafacture.metamorph.SimpleDataRegistry.class - [JAR]

├─ org.metafacture.metamorph.Splitter.class - [JAR]

├─ org.metafacture.metamorph.WildcardRegistry.class - [JAR]

├─ org.metafacture.metamorph.XmlSourceLocation.class - [JAR]

org.metafacture.metamorph.maps

├─ org.metafacture.metamorph.maps.FileMap.class - [JAR]

├─ org.metafacture.metamorph.maps.JndiSqlMap.class - [JAR]

├─ org.metafacture.metamorph.maps.RestMap.class - [JAR]

├─ org.metafacture.metamorph.maps.SqlMap.class - [JAR]

org.metafacture.metamorph.collectors

├─ org.metafacture.metamorph.collectors.All.class - [JAR]

├─ org.metafacture.metamorph.collectors.Any.class - [JAR]

├─ org.metafacture.metamorph.collectors.Choose.class - [JAR]

├─ org.metafacture.metamorph.collectors.Combine.class - [JAR]

├─ org.metafacture.metamorph.collectors.Concat.class - [JAR]

├─ org.metafacture.metamorph.collectors.EqualsFilter.class - [JAR]

├─ org.metafacture.metamorph.collectors.Group.class - [JAR]

├─ org.metafacture.metamorph.collectors.None.class - [JAR]

├─ org.metafacture.metamorph.collectors.Range.class - [JAR]

├─ org.metafacture.metamorph.collectors.Square.class - [JAR]

├─ org.metafacture.metamorph.collectors.Tuples.class - [JAR]

org.metafacture.metamorph.xml

├─ org.metafacture.metamorph.xml.CDataFilter.class - [JAR]

├─ org.metafacture.metamorph.xml.CommentsFilter.class - [JAR]

├─ org.metafacture.metamorph.xml.DomLoader.class - [JAR]

├─ org.metafacture.metamorph.xml.IgnorableWhitespaceFilter.class - [JAR]

├─ org.metafacture.metamorph.xml.LexicalHandlerXmlFilter.class - [JAR]

├─ org.metafacture.metamorph.xml.Location.class - [JAR]

├─ org.metafacture.metamorph.xml.LocationAnnotator.class - [JAR]

org.metafacture.metamorph.functions

├─ org.metafacture.metamorph.functions.AbstractCompose.class - [JAR]

├─ org.metafacture.metamorph.functions.AbstractLookup.class - [JAR]

├─ org.metafacture.metamorph.functions.BlackList.class - [JAR]

├─ org.metafacture.metamorph.functions.Buffer.class - [JAR]

├─ org.metafacture.metamorph.functions.Case.class - [JAR]

├─ org.metafacture.metamorph.functions.Compose.class - [JAR]

├─ org.metafacture.metamorph.functions.Constant.class - [JAR]

├─ org.metafacture.metamorph.functions.Contains.class - [JAR]

├─ org.metafacture.metamorph.functions.Count.class - [JAR]

├─ org.metafacture.metamorph.functions.DateFormat.class - [JAR]

├─ org.metafacture.metamorph.functions.Equals.class - [JAR]

├─ org.metafacture.metamorph.functions.HtmlAnchor.class - [JAR]

├─ org.metafacture.metamorph.functions.ISBN.class - [JAR]

├─ org.metafacture.metamorph.functions.Lookup.class - [JAR]

├─ org.metafacture.metamorph.functions.NormalizeUTF8.class - [JAR]

├─ org.metafacture.metamorph.functions.NotContains.class - [JAR]

├─ org.metafacture.metamorph.functions.NotEquals.class - [JAR]

├─ org.metafacture.metamorph.functions.Occurrence.class - [JAR]

├─ org.metafacture.metamorph.functions.Regexp.class - [JAR]

├─ org.metafacture.metamorph.functions.Replace.class - [JAR]

├─ org.metafacture.metamorph.functions.Script.class - [JAR]

├─ org.metafacture.metamorph.functions.SetReplace.class - [JAR]

├─ org.metafacture.metamorph.functions.Split.class - [JAR]

├─ org.metafacture.metamorph.functions.Substring.class - [JAR]

├─ org.metafacture.metamorph.functions.SwitchNameValue.class - [JAR]

├─ org.metafacture.metamorph.functions.Timestamp.class - [JAR]

├─ org.metafacture.metamorph.functions.Trim.class - [JAR]

├─ org.metafacture.metamorph.functions.URLEncode.class - [JAR]

├─ org.metafacture.metamorph.functions.Unique.class - [JAR]

├─ org.metafacture.metamorph.functions.WhiteList.class - [JAR]

Advertisement

Dependencies from Group

Jun 06, 2023
26 usages
67 stars
Jun 06, 2023
16 usages
67 stars
Jun 06, 2023
3 usages
67 stars
Jun 06, 2023
2 usages
67 stars
Jun 06, 2023
2 usages
67 stars

Discover Dependencies

Dec 24, 2020
1 usages
May 23, 2023
1 usages
May 23, 2023
1 usages
Dec 24, 2020
1 usages
Dec 14, 2018
1 usages
Dec 14, 2018
1 usages
Mar 09, 2022
2 usages
Mar 09, 2022
2 usages
Mar 09, 2022
2 usages