jar

com.github.camaral : sheeco

Maven & Gradle

May 01, 2017
1 stars

Sheeco · Marshalling and unmarshalling Spreadsheets to Java Objects

Table Of Contents

Latest Version

Download com.github.camaral : sheeco JAR file - Latest Versions:

All Versions

Download com.github.camaral : sheeco JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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

com.github.camaral.sheeco.annotation

├─ com.github.camaral.sheeco.annotation.SpreadsheetAttribute.class - [JAR]

├─ com.github.camaral.sheeco.annotation.SpreadsheetElement.class - [JAR]

├─ com.github.camaral.sheeco.annotation.SpreadsheetPayload.class - [JAR]

com.github.camaral.sheeco

├─ com.github.camaral.sheeco.Sheeco.class - [JAR]

com.github.camaral.sheeco.exceptions

├─ com.github.camaral.sheeco.exceptions.OriginalCellType.class - [JAR]

├─ com.github.camaral.sheeco.exceptions.OriginalCellValue.class - [JAR]

├─ com.github.camaral.sheeco.exceptions.RowRange.class - [JAR]

├─ com.github.camaral.sheeco.exceptions.SpreadsheetUnmarshallingException.class - [JAR]

├─ com.github.camaral.sheeco.exceptions.SpreadsheetViolation.class - [JAR]

├─ com.github.camaral.sheeco.exceptions.SpreasheetUnmarshallingUnrecoverableException.class - [JAR]

com.github.camaral.sheeco.processor

├─ com.github.camaral.sheeco.processor.Attribute.class - [JAR]

├─ com.github.camaral.sheeco.processor.AttributeScanner.class - [JAR]

├─ com.github.camaral.sheeco.processor.Element.class - [JAR]

├─ com.github.camaral.sheeco.processor.ElementScanner.class - [JAR]

├─ com.github.camaral.sheeco.processor.Payload.class - [JAR]

├─ com.github.camaral.sheeco.processor.PayloadContext.class - [JAR]

├─ com.github.camaral.sheeco.processor.PayloadFiller.class - [JAR]

├─ com.github.camaral.sheeco.processor.ReflectionUtils.class - [JAR]

com.github.camaral.sheeco.type.adapter

├─ com.github.camaral.sheeco.type.adapter.InvalidCellFormatException.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.InvalidCellValueException.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetBooleanAdapter.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetDateAdapter.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetDoubleAdapter.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetIntegerAdapter.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetLongAdapter.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetStringAdapter.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetTypeAdapter.class - [JAR]

├─ com.github.camaral.sheeco.type.adapter.SpreadsheetTypeAdapterManager.class - [JAR]

Advertisement