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 jikkou-provider-schema-registry-0.32.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.streamthoughts.jikkou.schema.registry.change.handler
├─ io.streamthoughts.jikkou.schema.registry.change.handler.AbstractSchemaSubjectChangeHandler.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.change.handler.CreateSchemaSubjectChangeHandler.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.change.handler.DeleteSchemaSubjectChangeHandler.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.change.handler.UpdateSchemaSubjectChangeHandler.class - [JAR]
io.streamthoughts.jikkou.schema.registry.models
├─ io.streamthoughts.jikkou.schema.registry.models.SchemaRegistry.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.models.V1SchemaRegistrySubject.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.models.V1SchemaRegistrySubjectChange.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.models.V1SchemaRegistrySubjectChangeList.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.models.V1SchemaRegistrySubjectSpec.class - [JAR]
io.streamthoughts.jikkou.schema.registry.model
├─ io.streamthoughts.jikkou.schema.registry.model.CompatibilityLevels.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.model.SchemaAndType.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.model.SchemaHandle.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.model.SchemaType.class - [JAR]
io.streamthoughts.jikkou.schema.registry.transform
├─ io.streamthoughts.jikkou.schema.registry.transform.NormalizeSubjectSchemaTransformation.class - [JAR]
io.streamthoughts.jikkou.schema.registry.api.data
├─ io.streamthoughts.jikkou.schema.registry.api.data.CompatibilityCheck.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.CompatibilityLevelObject.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.CompatibilityObject.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.ErrorCode.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.ErrorResponse.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.SchemaString.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.SubjectSchemaId.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.SubjectSchemaReference.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.SubjectSchemaRegistration.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.SubjectSchemaVersion.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.data.SubjectVersion.class - [JAR]
io.streamthoughts.jikkou.schema.registry.validation
├─ io.streamthoughts.jikkou.schema.registry.validation.AvroSchemaValidation.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.validation.CompatibilityLevelValidation.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.validation.SchemaCompatibilityValidation.class - [JAR]
io.streamthoughts.jikkou.schema.registry.health
├─ io.streamthoughts.jikkou.schema.registry.health.SchemaRegistryHealthIndicator.class - [JAR]
io.streamthoughts.jikkou.schema.registry.avro
├─ io.streamthoughts.jikkou.schema.registry.avro.AvroSchema.class - [JAR]
io.streamthoughts.jikkou.schema.registry.reconcilier.internals
├─ io.streamthoughts.jikkou.schema.registry.reconcilier.internals.SchemaSubjectPrettyPrinter.class - [JAR]
io.streamthoughts.jikkou.schema.registry.collections
├─ io.streamthoughts.jikkou.schema.registry.collections.V1SchemaRegistrySubjectList.class - [JAR]
io.streamthoughts.jikkou.schema.registry.reconcilier
├─ io.streamthoughts.jikkou.schema.registry.reconcilier.SchemaRegistrySubjectCollector.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.reconcilier.SchemaRegistrySubjectController.class - [JAR]
io.streamthoughts.jikkou.schema.registry.api
├─ io.streamthoughts.jikkou.schema.registry.api.AsyncSchemaRegistryApi.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.AuthMethod.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.DefaultAsyncSchemaRegistryApi.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.SchemaRegistryApi.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.SchemaRegistryApiFactory.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.api.SchemaRegistryClientConfig.class - [JAR]
io.streamthoughts.jikkou.schema.registry
├─ io.streamthoughts.jikkou.schema.registry.SchemaRegistryAnnotations.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.SchemaRegistryExtensionProvider.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.V1SchemaRegistrySubjectFactory.class - [JAR]
io.streamthoughts.jikkou.schema.registry.change
├─ io.streamthoughts.jikkou.schema.registry.change.SchemaSubjectChange.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.change.SchemaSubjectChangeComputer.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.change.SchemaSubjectChangeDescription.class - [JAR]
├─ io.streamthoughts.jikkou.schema.registry.change.SchemaSubjectChangeOptions.class - [JAR]