jar

com.github.johanfredin : llama

Maven & Gradle

Nov 24, 2018
0 stars

Llama API · Llama API offers a set of utility classes for easier merging and modifying the content of camel routes when the exchange bodies holds collections.

Table Of Contents

Latest Version

Download com.github.johanfredin : llama JAR file - Latest Versions:

All Versions

Download com.github.johanfredin : llama JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2
0.1

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 llama-0.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.johanfredin.llama.utils

├─ com.github.johanfredin.llama.utils.Endpoint.class - [JAR]

├─ com.github.johanfredin.llama.utils.InputOptions.class - [JAR]

├─ com.github.johanfredin.llama.utils.InputType.class - [JAR]

├─ com.github.johanfredin.llama.utils.JoinUtils.class - [JAR]

├─ com.github.johanfredin.llama.utils.LlamaUtils.class - [JAR]

├─ com.github.johanfredin.llama.utils.SqlResultType.class - [JAR]

com.github.johanfredin.llama

├─ com.github.johanfredin.llama.LlamaRoute.class - [JAR]

com.github.johanfredin.llama.processor.generic

├─ com.github.johanfredin.llama.processor.generic.CsvFilterProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.generic.CsvTransformProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.generic.GenericProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.generic.JoinCollectionsProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.generic.MergeCollectionsProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.generic.SimpleGenericProcessor.class - [JAR]

com.github.johanfredin.llama.collection

├─ com.github.johanfredin.llama.collection.LlamaList.class - [JAR]

├─ com.github.johanfredin.llama.collection.LlamaMap.class - [JAR]

com.github.johanfredin.llama.pojo

├─ com.github.johanfredin.llama.pojo.Field.class - [JAR]

├─ com.github.johanfredin.llama.pojo.Fields.class - [JAR]

├─ com.github.johanfredin.llama.pojo.JoinKey.class - [JAR]

├─ com.github.johanfredin.llama.pojo.JoinType.class - [JAR]

├─ com.github.johanfredin.llama.pojo.Keys.class - [JAR]

com.github.johanfredin.llama.processor.bean

├─ com.github.johanfredin.llama.processor.bean.FilterBeansProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.bean.FilterValidateAgainstBeansProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.bean.SimpleBeanProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.bean.TransformBeansProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.bean.UnionBeansProcessor.class - [JAR]

com.github.johanfredin.llama.processor

├─ com.github.johanfredin.llama.processor.AbstractJoinProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.BaseProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.LlamaProcessor.class - [JAR]

├─ com.github.johanfredin.llama.processor.Processors.class - [JAR]

com.github.johanfredin.llama.bean

├─ com.github.johanfredin.llama.bean.LlamaBean.class - [JAR]

Advertisement