jar

com.intentmedia : pig-annotations

Maven & Gradle

Apr 03, 2012
3 stars

pig-annotations · pig-annotations is a class library that makes it easy to load your custom serialized java objects into pig as proper pig Tuples with a well-defined schema.

Table Of Contents

Latest Version

Download com.intentmedia : pig-annotations JAR file - Latest Versions:

All Versions

Download com.intentmedia : pig-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 pig-annotations-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.intentmedia.pig

├─ com.intentmedia.pig.AnnotatedObjectLoader.class - [JAR]

├─ com.intentmedia.pig.PigAnnotationHelper.class - [JAR]

├─ com.intentmedia.pig.PigField.class - [JAR]

├─ com.intentmedia.pig.PigLoadable.class - [JAR]

com.intentmedia.convert

├─ com.intentmedia.convert.IntegerFromBooleanConverter.class - [JAR]

├─ com.intentmedia.convert.NoOpConverter.class - [JAR]

├─ com.intentmedia.convert.RecordInflater.class - [JAR]

├─ com.intentmedia.convert.StringFromEnumConverter.class - [JAR]

├─ com.intentmedia.convert.ToPigTypeConverter.class - [JAR]