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 dtomapper-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.indigo.dtomapper.providers
├─ org.indigo.dtomapper.providers.AbstractMapper.class - [JAR]
├─ org.indigo.dtomapper.providers.MapperFactory.class - [JAR]
├─ org.indigo.dtomapper.providers.MapperImpl.class - [JAR]
org.indigo.dtomapper.metadata.enums
├─ org.indigo.dtomapper.metadata.enums.Direction.class - [JAR]
├─ org.indigo.dtomapper.metadata.enums.TransformRelationState.class - [JAR]
org.indigo.dtomapper.metadata
├─ org.indigo.dtomapper.metadata.CustomMappingMetadata.class - [JAR]
├─ org.indigo.dtomapper.metadata.PropertyMetadata.class - [JAR]
org.indigo.dtomapper.helpers.specification
├─ org.indigo.dtomapper.helpers.specification.PropertyScanner.class - [JAR]
├─ org.indigo.dtomapper.helpers.specification.ReflectionHelper.class - [JAR]
├─ org.indigo.dtomapper.helpers.specification.TransformManager.class - [JAR]
├─ org.indigo.dtomapper.helpers.specification.TransformationProvider.class - [JAR]
org.indigo.dtomapper.exceptions
├─ org.indigo.dtomapper.exceptions.IllegalAccessException.class - [JAR]
├─ org.indigo.dtomapper.exceptions.IllegalStateException.class - [JAR]
├─ org.indigo.dtomapper.exceptions.NoAccessPointException.class - [JAR]
├─ org.indigo.dtomapper.exceptions.NoTransformPointException.class - [JAR]
org.indigo.dtomapper.helpers
├─ org.indigo.dtomapper.helpers.AbstractPropertyEvaluator.class - [JAR]
├─ org.indigo.dtomapper.helpers.AbstractTransformer.class - [JAR]
├─ org.indigo.dtomapper.helpers.Assert.class - [JAR]
├─ org.indigo.dtomapper.helpers.PropertyScannerImpl.class - [JAR]
├─ org.indigo.dtomapper.helpers.ReflectionHelperImpl.class - [JAR]
├─ org.indigo.dtomapper.helpers.TransformManagerImpl.class - [JAR]
├─ org.indigo.dtomapper.helpers.TransformationProviderImpl.class - [JAR]
org.indigo.dtomapper.annotations
├─ org.indigo.dtomapper.annotations.CustomMapping.class - [JAR]
├─ org.indigo.dtomapper.annotations.Ignore.class - [JAR]
├─ org.indigo.dtomapper.annotations.Property.class - [JAR]
org.indigo.dtomapper.providers.specification
├─ org.indigo.dtomapper.providers.specification.Mapper.class - [JAR]