View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]