jar

com.github.whsoul : json-schema-pojo

Maven & Gradle

Dec 19, 2018
0 stars

JsonSchemaPojo · JAVA POJO Class Generate with jsonSchemaUrl Annotation.

Table Of Contents

Latest Version

Download com.github.whsoul : json-schema-pojo JAR file - Latest Versions:

All Versions

Download com.github.whsoul : json-schema-pojo JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 json-schema-pojo-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.whsoul.jsch.schema.draft4

├─ com.github.whsoul.jsch.schema.draft4.JsonSchema.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.JsonSchemaDeserializer.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.JsonSchemaParser.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.SchemaObject.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.SchemaRef.class - [JAR]

com.github.whsoul.jsch.def.replacer

├─ com.github.whsoul.jsch.def.replacer.FieldNameReplacer.class - [JAR]

├─ com.github.whsoul.jsch.def.replacer.StringReplacer.class - [JAR]

com.github.whsoul.jsch.appender

├─ com.github.whsoul.jsch.appender.DefinitionGenerateExecutor.class - [JAR]

├─ com.github.whsoul.jsch.appender.NormalizedFieldAppendUtil.class - [JAR]

├─ com.github.whsoul.jsch.appender.PropertiesGenerateExecutor.class - [JAR]

├─ com.github.whsoul.jsch.appender.RequiredGenerateExecutor.class - [JAR]

├─ com.github.whsoul.jsch.appender.SchemaGenerateExecutor.class - [JAR]

com.github.whsoul.jsch.poet

├─ com.github.whsoul.jsch.poet.SimpleClassBuildWrapper.class - [JAR]

com.github.whsoul.jsch.common

├─ com.github.whsoul.jsch.common.ANNOTATION_TYPE.class - [JAR]

├─ com.github.whsoul.jsch.common.JSONSCHEMA_POJO_FEATURE.class - [JAR]

com.github.whsoul.jsch.conf

├─ com.github.whsoul.jsch.conf.Config.class - [JAR]

├─ com.github.whsoul.jsch.conf.ConfigRegistry.class - [JAR]

├─ com.github.whsoul.jsch.conf.DefaultAnnotationConfig.class - [JAR]

├─ com.github.whsoul.jsch.conf.DefaultBaseConfig.class - [JAR]

├─ com.github.whsoul.jsch.conf.DefaultSuperclassConfig.class - [JAR]

├─ com.github.whsoul.jsch.conf.DefaultSuperinterfaceConfig.class - [JAR]

├─ com.github.whsoul.jsch.conf.DefaultTypeMappingConfig.class - [JAR]

com.github.whsoul.jsch

├─ com.github.whsoul.jsch.JsonSchemaPojoGenerator.class - [JAR]

├─ com.github.whsoul.jsch.PolymorphicTypeRegister.class - [JAR]

├─ com.github.whsoul.jsch.TypePojoGenerator.class - [JAR]

com.github.whsoul.jsch.common.util

├─ com.github.whsoul.jsch.common.util.ClassUtil.class - [JAR]

com.github.whsoul.jsch.exception

├─ com.github.whsoul.jsch.exception.JschInvalidSchemaException.class - [JAR]

├─ com.github.whsoul.jsch.exception.JschLibaryException.class - [JAR]

├─ com.github.whsoul.jsch.exception.JschNotSupportException.class - [JAR]

com.github.whsoul.jsch.schema.draft4.sub.ref

├─ com.github.whsoul.jsch.schema.draft4.sub.ref.InternalRefRouter.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.ref.RefRouter.class - [JAR]

com.github.whsoul.jsch.schema.draft4.jackson

├─ com.github.whsoul.jsch.schema.draft4.jackson.JacksonPolymorphicTypeRegister.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.jackson.JsonSchemaObjectMapper.class - [JAR]

com.github.whsoul.jsch.util

├─ com.github.whsoul.jsch.util.ContextUtil.class - [JAR]

com.github.whsoul.jsch.appender.properties

├─ com.github.whsoul.jsch.appender.properties.DefaultArrayObjectPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.DefaultEmptyObjectPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.DefaultEnumPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.DefaultOneOfPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.DefaultRefPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.DefaultSimpleTypeObjectPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.DefaultTypeObjectPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.PropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.SchemaObjectPropertyAppender.class - [JAR]

├─ com.github.whsoul.jsch.appender.properties.SchemaRefPropertyAppender.class - [JAR]

com.github.whsoul.jsch.schema.draft4.sub.polym

├─ com.github.whsoul.jsch.schema.draft4.sub.polym.AllOf.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.polym.AllOfValue.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.polym.AnyOf.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.polym.AnyOfValue.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.polym.OneOf.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.polym.OneOfValue.class - [JAR]

com.github.whsoul.jsch.context

├─ com.github.whsoul.jsch.context.JschContext.class - [JAR]

com.github.whsoul.jsch.anno

├─ com.github.whsoul.jsch.anno.JsonSchemaPojo.class - [JAR]

├─ com.github.whsoul.jsch.anno.JsonSchemaPojoProcessor.class - [JAR]

com.github.whsoul.jsch.registry

├─ com.github.whsoul.jsch.registry.DefinitionRefRegistry.class - [JAR]

├─ com.github.whsoul.jsch.registry.PendingTypeRegistry.class - [JAR]

├─ com.github.whsoul.jsch.registry.SchemaExecutorRegistry.class - [JAR]

├─ com.github.whsoul.jsch.registry.TypeRegistry.class - [JAR]

com.github.whsoul.jsch.support

├─ com.github.whsoul.jsch.support.AnnotationSpecFactory.class - [JAR]

├─ com.github.whsoul.jsch.support.BaseAnnotationSpecFactory.class - [JAR]

com.github.whsoul.jsch.schema.draft4.sub.definition

├─ com.github.whsoul.jsch.schema.draft4.sub.definition.PositiveInteger.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.definition.PositiveIntegerDefault0.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.definition.SchemaArray.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.definition.SimpleTypes.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.definition.StringArray.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.definition.Value.class - [JAR]

com.github.whsoul.jsch.schema.draft4.sub

├─ com.github.whsoul.jsch.schema.draft4.sub.AdditionalItems.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.AdditionalProperties.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Default.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Definitions.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Dependencies.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Enum.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Items.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.MultipleOf.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Not.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Pattern.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.PatternProperties.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Properties.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Required.class - [JAR]

├─ com.github.whsoul.jsch.schema.draft4.sub.Type.class - [JAR]

Advertisement

Dependencies from Group

Dec 19, 2018
0 stars

Discover Dependencies

Apr 26, 2023
1 usages
718 stars
Feb 18, 2019
Aug 29, 2019
Aug 25, 2023
4 usages
3.9k stars
Jul 03, 2023
1 usages
23 stars
Apr 01, 2020
6 usages
8 stars
Apr 07, 2023
43 usages
4.4k stars