jar

com.spotify.dataenum : dataenum-processor

Maven & Gradle

Aug 13, 2020
1 usages
141 stars

Dataenum Annotation Processor

Table Of Contents

Latest Version

Download com.spotify.dataenum : dataenum-processor JAR file - Latest Versions:

All Versions

Download com.spotify.dataenum : dataenum-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.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 dataenum-processor-1.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.spotify.dataenum.processor

├─ com.spotify.dataenum.processor.AccessSelector.class - [JAR]

├─ com.spotify.dataenum.processor.DataEnumProcessor.class - [JAR]

com.spotify.dataenum.processor.generator.data

├─ com.spotify.dataenum.processor.generator.data.OutputSpecFactory.class - [JAR]

├─ com.spotify.dataenum.processor.generator.data.OutputValueFactory.class - [JAR]

com.spotify.dataenum.processor.parser

├─ com.spotify.dataenum.processor.parser.ParserException.class - [JAR]

├─ com.spotify.dataenum.processor.parser.SpecParser.class - [JAR]

├─ com.spotify.dataenum.processor.parser.ValueParser.class - [JAR]

├─ com.spotify.dataenum.processor.parser.ValuesParser.class - [JAR]

com.spotify.dataenum.processor.generator.match

├─ com.spotify.dataenum.processor.generator.match.MapMethods.class - [JAR]

├─ com.spotify.dataenum.processor.generator.match.MatchMethods.class - [JAR]

├─ com.spotify.dataenum.processor.generator.match.TypeVariableUtils.class - [JAR]

com.spotify.dataenum.processor.util

├─ com.spotify.dataenum.processor.util.Iterables.class - [JAR]

com.spotify.dataenum.processor.data

├─ com.spotify.dataenum.processor.data.OutputSpec.class - [JAR]

├─ com.spotify.dataenum.processor.data.OutputValue.class - [JAR]

├─ com.spotify.dataenum.processor.data.Parameter.class - [JAR]

├─ com.spotify.dataenum.processor.data.Spec.class - [JAR]

├─ com.spotify.dataenum.processor.data.Value.class - [JAR]

com.spotify.dataenum.processor.generator.value

├─ com.spotify.dataenum.processor.generator.value.ValueMethods.class - [JAR]

├─ com.spotify.dataenum.processor.generator.value.ValueTypeFactory.class - [JAR]

com.spotify.dataenum.processor.generator.spec

├─ com.spotify.dataenum.processor.generator.spec.SpecTypeFactory.class - [JAR]