jar

org.creativemines.schemaorg4j : schemaorg4j-parser-core

Maven & Gradle

Sep 06, 2019
2 usages
2 stars

Schemaorg4j · SchemaOrg4J is a library for Java which provides a properly typed translation of schema.org structured data to Java beans.

Table Of Contents

Latest Version

Download org.creativemines.schemaorg4j : schemaorg4j-parser-core JAR file - Latest Versions:

All Versions

Download org.creativemines.schemaorg4j : schemaorg4j-parser-core JAR file - All Versions:

Version Vulnerabilities Size Updated
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 schemaorg4j-parser-core-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.creativemines.schemaorg4j.parser.core.domain

├─ org.creativemines.schemaorg4j.parser.core.domain.DataValue.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.domain.DataValueList.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.domain.DataValueObject.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.domain.DataValueString.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.domain.Field.class - [JAR]

org.creativemines.schemaorg4j.parser.core.mappers

├─ org.creativemines.schemaorg4j.parser.core.mappers.AdditionalDataFactory.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.BasicDataTypeMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.BooleanMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.ComplexOrTypeMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.DateMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.DateTimeMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.EnumMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.FloatMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.IntegerMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.ListValueMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.MappingArguments.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.NullMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.ParameterizedOrTypeMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.SimpleObjectMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.SimpleValueMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.SpecificTypeSchemaMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.SpecificTypeSchemaMapperChain.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.StringMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.mappers.TimeMapper.class - [JAR]

org.creativemines.schemaorg4j.parser.core

├─ org.creativemines.schemaorg4j.parser.core.MethodUtil.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.SchemaHandler.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.SchemaMapper.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.SchemaVisitor.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.StringUtil.class - [JAR]

org.creativemines.schemaorg4j.parser.core.parser

├─ org.creativemines.schemaorg4j.parser.core.parser.DateParser.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.parser.DateTimeParser.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.parser.TimeParser.class - [JAR]

├─ org.creativemines.schemaorg4j.parser.core.parser.ZonedDateTimeParser.class - [JAR]

Advertisement