jar

org.bitbucket.brunneng.ot : object-translator

Maven & Gradle

Feb 14, 2022

Tool for translation/mapping objects of possible different type but similar structure

Table Of Contents

Latest Version

Download org.bitbucket.brunneng.ot : object-translator JAR file - Latest Versions:

All Versions

Download org.bitbucket.brunneng.ot : object-translator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
1.0

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 object-translator-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bitbucket.brunneng.ot.beans

├─ org.bitbucket.brunneng.ot.beans.BeanFinder.class - [JAR]

org.bitbucket.brunneng.ot.log

├─ org.bitbucket.brunneng.ot.log.BeanFinderResultLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.ClarifiedDestValueClassLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.DestPropertyNotFoundLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.MapBeanLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.MapCollectionLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.MapMapsLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.MapPropertyLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.MappingOfDestPathSkippedLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.PropertyChangeSkippedLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.PropertyConverterUsedLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.SetCollectionValuesLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.SetMapContentLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.SetPropertyValueLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.SourcePropertySkippedLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.TranslationCategoriesLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.TranslationLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.TreeLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.TreeLogVisitResult.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.TreeLogVisitor.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.TypeConverterUsedLogEntry.class - [JAR]

├─ org.bitbucket.brunneng.ot.log.ValueReturnedLogEntry.class - [JAR]

org.bitbucket.brunneng.ot.creators

├─ org.bitbucket.brunneng.ot.creators.ArrayDestValueCreator.class - [JAR]

├─ org.bitbucket.brunneng.ot.creators.ConstructorWithoutArgsDestValueCreator.class - [JAR]

├─ org.bitbucket.brunneng.ot.creators.DefaultImplDestValueCreator.class - [JAR]

├─ org.bitbucket.brunneng.ot.creators.DestValueCreator.class - [JAR]

├─ org.bitbucket.brunneng.ot.creators.ValueCreationContext.class - [JAR]

org.bitbucket.brunneng.ot.converters

├─ org.bitbucket.brunneng.ot.converters.AbstractNumberConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.BaseTypeConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.DatesConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.EnumsConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.ToDoubleNumberConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.ToFloatNumberConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.ToIntegerNumberConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.ToLongNumberConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.ToShortNumberConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.ToStringConverter.class - [JAR]

├─ org.bitbucket.brunneng.ot.converters.TypeConverter.class - [JAR]

org.bitbucket.brunneng.ot

├─ org.bitbucket.brunneng.ot.Configuration.class - [JAR]

├─ org.bitbucket.brunneng.ot.ObjectTranslator.class - [JAR]

├─ org.bitbucket.brunneng.ot.ResultWithLog.class - [JAR]

org.bitbucket.brunneng.ot.exceptions

├─ org.bitbucket.brunneng.ot.exceptions.CantResolvePropertyPathException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.ConfigurationException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.ConversionException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.DefaultValueWrongClassException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.DestValueCategoryUndefinedException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.DestValueCreationException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.DuplicatedDestPropertyMappingException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.ImpossibleToConvertException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.MultiplePropertySettingException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.NoGettersException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.NoSettersException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.PropertyMappingException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.TranslationAlreadyConfiguredException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.TranslationException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.WrongConfigurationOrderException.class - [JAR]

├─ org.bitbucket.brunneng.ot.exceptions.WrongPropertyCategoryException.class - [JAR]

org.bitbucket.brunneng.ot.property

├─ org.bitbucket.brunneng.ot.property.PropertyConverter.class - [JAR]

org.bitbucket.brunneng.ot.util

├─ org.bitbucket.brunneng.ot.util.InlineOperationsKt.class - [JAR]

├─ org.bitbucket.brunneng.ot.util.ObjectsUtil.class - [JAR]

├─ org.bitbucket.brunneng.ot.util.TypeReference.class - [JAR]

├─ org.bitbucket.brunneng.ot.util.TypeUtil.class - [JAR]

org.bitbucket.brunneng.ot.controllers

├─ org.bitbucket.brunneng.ot.controllers.ArrayCollectionController.class - [JAR]

├─ org.bitbucket.brunneng.ot.controllers.CollectionController.class - [JAR]

├─ org.bitbucket.brunneng.ot.controllers.MapController.class - [JAR]

├─ org.bitbucket.brunneng.ot.controllers.MutableCollectionController.class - [JAR]

├─ org.bitbucket.brunneng.ot.controllers.MutableMapController.class - [JAR]