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 core-0.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
core.processors
├─ core.processors.Configuration.class - [JAR]
├─ core.processors.Constructor.class - [JAR]
├─ core.processors.ConstructorArg.class - [JAR]
├─ core.processors.MapperInfo.class - [JAR]
├─ core.processors.MapperInfoProcessor.class - [JAR]
├─ core.processors.MapperInfoProcessorKt.class - [JAR]
├─ core.processors.MapperMethodInfo.class - [JAR]
├─ core.processors.MapperProcessor.class - [JAR]
├─ core.processors.MethodConfiguration.class - [JAR]
├─ core.processors.Property.class - [JAR]
├─ core.processors.SourceType.class - [JAR]
├─ core.processors.TargetMappingConfiguration.class - [JAR]
├─ core.processors.TargetType.class - [JAR]
core.configurator.model.mappings
├─ core.configurator.model.mappings.ConstructorMapping.class - [JAR]
├─ core.configurator.model.mappings.Mapping.class - [JAR]
├─ core.configurator.model.mappings.PropertiesMirrorMapping.class - [JAR]
├─ core.configurator.model.mappings.PropertyMirrorMapping.class - [JAR]
├─ core.configurator.model.mappings.SingleValueAssignment.class - [JAR]
core.registry
├─ core.registry.MapperRegistry.class - [JAR]
├─ core.registry.RegistryQueryResult.class - [JAR]
core.factory
├─ core.factory.Mappers.class - [JAR]
core.generators
├─ core.generators.MapperGenerator.class - [JAR]
core.configurator.model
├─ core.configurator.model.DependantMappers.class - [JAR]
├─ core.configurator.model.MapperConfig.class - [JAR]
├─ core.configurator.model.MapperMethod.class - [JAR]
├─ core.configurator.model.MapperMethodParameter.class - [JAR]
core.annotations
├─ core.annotations.MapTarget.class - [JAR]
├─ core.annotations.Mapper.class - [JAR]
├─ core.annotations.MapperStrategy.class - [JAR]
├─ core.annotations.Mapping.class - [JAR]
core.logger
├─ core.logger.Logger.class - [JAR]
core.utils
├─ core.utils.GeneralExtensionsKt.class - [JAR]
├─ core.utils.SourcePropertyPair.class - [JAR]
├─ core.utils.TargetTypeUtils.class - [JAR]
core.exceptions.configurator
├─ core.exceptions.configurator.MapperConfigurationException.class - [JAR]
├─ core.exceptions.configurator.MapperNotFound.class - [JAR]
├─ core.exceptions.configurator.MethodConfigurationException.class - [JAR]
├─ core.exceptions.configurator.PrimaryConstructorNotFoundException.class - [JAR]
├─ core.exceptions.configurator.SourceCandidateNotFoundException.class - [JAR]
├─ core.exceptions.configurator.StrategyNotConfiguredException.class - [JAR]
core.model
├─ core.model.TypeName.class - [JAR]
core.configurator
├─ core.configurator.ConfiguredMappersRegistry.class - [JAR]
├─ core.configurator.MapperConfigurationContext.class - [JAR]
├─ core.configurator.MapperConfigurator.class - [JAR]
core.configurator.model.sourceproviders
├─ core.configurator.model.sourceproviders.ISourceProvider.class - [JAR]
├─ core.configurator.model.sourceproviders.MappingSourceProvider.class - [JAR]
├─ core.configurator.model.sourceproviders.ParameterPropertyProvider.class - [JAR]
├─ core.configurator.model.sourceproviders.ParameterProvider.class - [JAR]