jar

io.beanmapper : beanmapper

Maven & Gradle

May 08, 2023
6 usages
26 stars

42 Bean Mapper · Easy-to-use bean mapper for conversion from form to object to view

Table Of Contents

Latest Version

Download io.beanmapper : beanmapper JAR file - Latest Versions:

All Versions

Download io.beanmapper : beanmapper JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x
3.1.x
3.0.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.0.x
0.4.x
0.3.x
0.2.x
0.1.x

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

io.beanmapper.core.converter

├─ io.beanmapper.core.converter.AbstractBeanConverter.class - [JAR]

├─ io.beanmapper.core.converter.BeanConverter.class - [JAR]

├─ io.beanmapper.core.converter.SimpleBeanConverter.class - [JAR]

io.beanmapper.core.converter.collections

├─ io.beanmapper.core.converter.collections.AnnotationClass.class - [JAR]

├─ io.beanmapper.core.converter.collections.BeanCollectionInstructions.class - [JAR]

├─ io.beanmapper.core.converter.collections.CollectionConverter.class - [JAR]

├─ io.beanmapper.core.converter.collections.CollectionElementType.class - [JAR]

io.beanmapper.dynclass

├─ io.beanmapper.dynclass.ClassGenerator.class - [JAR]

├─ io.beanmapper.dynclass.ClassStore.class - [JAR]

├─ io.beanmapper.dynclass.GeneratedClass.class - [JAR]

├─ io.beanmapper.dynclass.Node.class - [JAR]

io.beanmapper.core.inspector

├─ io.beanmapper.core.inspector.CombinedPropertyAccessor.class - [JAR]

├─ io.beanmapper.core.inspector.FieldPropertyAccessor.class - [JAR]

├─ io.beanmapper.core.inspector.MethodPropertyAccessor.class - [JAR]

├─ io.beanmapper.core.inspector.PropertyAccessor.class - [JAR]

├─ io.beanmapper.core.inspector.PropertyAccessors.class - [JAR]

io.beanmapper.core.generics

├─ io.beanmapper.core.generics.AbstractBeanPropertyClass.class - [JAR]

├─ io.beanmapper.core.generics.BeanPropertyClass.class - [JAR]

├─ io.beanmapper.core.generics.BeanPropertyClassNormal.class - [JAR]

├─ io.beanmapper.core.generics.BeanPropertyClassParameterized.class - [JAR]

├─ io.beanmapper.core.generics.DirectedBeanProperty.class - [JAR]

io.beanmapper.core.converter.impl

├─ io.beanmapper.core.converter.impl.AnyToEnumConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.NumberToNumberConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.ObjectToOptionalConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.ObjectToStringConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.OptionalToObjectConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.PrimitiveConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.RecordToAnyConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToBigDecimalConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToBooleanConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToByteConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToDoubleConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToFloatConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToIntegerConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToLongConverter.class - [JAR]

├─ io.beanmapper.core.converter.impl.StringToShortConverter.class - [JAR]

io.beanmapper.core.collections

├─ io.beanmapper.core.collections.AbstractCollectionHandler.class - [JAR]

├─ io.beanmapper.core.collections.CollectionHandler.class - [JAR]

├─ io.beanmapper.core.collections.ListCollectionHandler.class - [JAR]

├─ io.beanmapper.core.collections.MapCollectionHandler.class - [JAR]

├─ io.beanmapper.core.collections.QueueCollectionHandler.class - [JAR]

├─ io.beanmapper.core.collections.SetCollectionHandler.class - [JAR]

io.beanmapper.strategy

├─ io.beanmapper.strategy.AbstractMapStrategy.class - [JAR]

├─ io.beanmapper.strategy.ConstructorArguments.class - [JAR]

├─ io.beanmapper.strategy.MapCollectionStrategy.class - [JAR]

├─ io.beanmapper.strategy.MapStrategy.class - [JAR]

├─ io.beanmapper.strategy.MapStrategyType.class - [JAR]

├─ io.beanmapper.strategy.MapToClassStrategy.class - [JAR]

├─ io.beanmapper.strategy.MapToDynamicClassStrategy.class - [JAR]

├─ io.beanmapper.strategy.MapToInstanceStrategy.class - [JAR]

├─ io.beanmapper.strategy.MapToRecordStrategy.class - [JAR]

io.beanmapper.core.unproxy

├─ io.beanmapper.core.unproxy.BeanUnproxy.class - [JAR]

├─ io.beanmapper.core.unproxy.DefaultBeanUnproxy.class - [JAR]

├─ io.beanmapper.core.unproxy.SkippingBeanUnproxy.class - [JAR]

io.beanmapper.exceptions

├─ io.beanmapper.exceptions.BeanCollectionNotSupportedException.class - [JAR]

├─ io.beanmapper.exceptions.BeanCollectionUnassignableTargetCollectionTypeException.class - [JAR]

├─ io.beanmapper.exceptions.BeanConfigurationOperationNotAllowedException.class - [JAR]

├─ io.beanmapper.exceptions.BeanConstructException.class - [JAR]

├─ io.beanmapper.exceptions.BeanConversionException.class - [JAR]

├─ io.beanmapper.exceptions.BeanDynamicClassGenerationException.class - [JAR]

├─ io.beanmapper.exceptions.BeanInstantiationException.class - [JAR]

├─ io.beanmapper.exceptions.BeanMappingException.class - [JAR]

├─ io.beanmapper.exceptions.BeanMissingPathException.class - [JAR]

├─ io.beanmapper.exceptions.BeanNoLogicSecuredCheckSetException.class - [JAR]

├─ io.beanmapper.exceptions.BeanNoNeighboursException.class - [JAR]

├─ io.beanmapper.exceptions.BeanNoRoleSecuredCheckSetException.class - [JAR]

├─ io.beanmapper.exceptions.BeanNoSuchPropertyException.class - [JAR]

├─ io.beanmapper.exceptions.BeanNoTargetException.class - [JAR]

├─ io.beanmapper.exceptions.BeanPropertyNoMatchException.class - [JAR]

├─ io.beanmapper.exceptions.BeanPropertyReadException.class - [JAR]

├─ io.beanmapper.exceptions.BeanPropertyWriteException.class - [JAR]

├─ io.beanmapper.exceptions.FieldShadowingException.class - [JAR]

├─ io.beanmapper.exceptions.MappingException.class - [JAR]

├─ io.beanmapper.exceptions.NoSuchFieldInTargetClass.class - [JAR]

├─ io.beanmapper.exceptions.RecordConstructorConflictException.class - [JAR]

├─ io.beanmapper.exceptions.RecordConstructorNotFoundException.class - [JAR]

├─ io.beanmapper.exceptions.RecordInstantiationException.class - [JAR]

├─ io.beanmapper.exceptions.RecordMappingException.class - [JAR]

├─ io.beanmapper.exceptions.RecordMappingToIntermediaryException.class - [JAR]

├─ io.beanmapper.exceptions.RecordNoAvailableConstructorsExceptions.class - [JAR]

├─ io.beanmapper.exceptions.SourceFieldAccessException.class - [JAR]

io.beanmapper.annotations

├─ io.beanmapper.annotations.BeanAlias.class - [JAR]

├─ io.beanmapper.annotations.BeanCollection.class - [JAR]

├─ io.beanmapper.annotations.BeanCollectionUsage.class - [JAR]

├─ io.beanmapper.annotations.BeanConstruct.class - [JAR]

├─ io.beanmapper.annotations.BeanDefault.class - [JAR]

├─ io.beanmapper.annotations.BeanIgnore.class - [JAR]

├─ io.beanmapper.annotations.BeanLogicSecured.class - [JAR]

├─ io.beanmapper.annotations.BeanMappableEnum.class - [JAR]

├─ io.beanmapper.annotations.BeanParent.class - [JAR]

├─ io.beanmapper.annotations.BeanProperty.class - [JAR]

├─ io.beanmapper.annotations.BeanRecordConstruct.class - [JAR]

├─ io.beanmapper.annotations.BeanRecordConstructMode.class - [JAR]

├─ io.beanmapper.annotations.BeanRoleSecured.class - [JAR]

├─ io.beanmapper.annotations.BeanUnwrap.class - [JAR]

├─ io.beanmapper.annotations.LogicSecuredCheck.class - [JAR]

io.beanmapper.utils

├─ io.beanmapper.utils.Check.class - [JAR]

├─ io.beanmapper.utils.Classes.class - [JAR]

├─ io.beanmapper.utils.DefaultValues.class - [JAR]

├─ io.beanmapper.utils.Records.class - [JAR]

├─ io.beanmapper.utils.Trinary.class - [JAR]

io.beanmapper.core.constructor

├─ io.beanmapper.core.constructor.BeanInitializer.class - [JAR]

├─ io.beanmapper.core.constructor.DefaultBeanInitializer.class - [JAR]

io.beanmapper.core

├─ io.beanmapper.core.BeanMatch.class - [JAR]

├─ io.beanmapper.core.BeanMatchStore.class - [JAR]

├─ io.beanmapper.core.BeanMatchValidationMessage.class - [JAR]

├─ io.beanmapper.core.BeanProperty.class - [JAR]

├─ io.beanmapper.core.BeanPropertyAccessException.class - [JAR]

├─ io.beanmapper.core.BeanPropertyAccessType.class - [JAR]

├─ io.beanmapper.core.BeanPropertyCreator.class - [JAR]

├─ io.beanmapper.core.BeanPropertyMatch.class - [JAR]

├─ io.beanmapper.core.BeanPropertyMatchupDirection.class - [JAR]

├─ io.beanmapper.core.BeanPropertyWrapper.class - [JAR]

├─ io.beanmapper.core.BeanStrictMappingRequirementsException.class - [JAR]

├─ io.beanmapper.core.MatchedBeanPropertyPair.class - [JAR]

├─ io.beanmapper.core.Route.class - [JAR]

io.beanmapper

├─ io.beanmapper.BeanMapper.class - [JAR]

io.beanmapper.config

├─ io.beanmapper.config.AfterClearFlusher.class - [JAR]

├─ io.beanmapper.config.BeanMapperBuilder.class - [JAR]

├─ io.beanmapper.config.BeanPair.class - [JAR]

├─ io.beanmapper.config.CollectionFlusher.class - [JAR]

├─ io.beanmapper.config.CollectionHandlerStore.class - [JAR]

├─ io.beanmapper.config.Configuration.class - [JAR]

├─ io.beanmapper.config.CoreConfiguration.class - [JAR]

├─ io.beanmapper.config.OverrideConfiguration.class - [JAR]

├─ io.beanmapper.config.OverrideField.class - [JAR]

├─ io.beanmapper.config.ParentConfigurationPossiblyNullException.class - [JAR]

├─ io.beanmapper.config.RoleSecuredCheck.class - [JAR]

├─ io.beanmapper.config.StrictMappingProperties.class - [JAR]

Advertisement

Dependencies from Group

May 08, 2023
6 usages
26 stars
Jun 05, 2023
2 usages
16 stars

Discover Dependencies

Jul 17, 2023
8 usages
755 stars
Dec 11, 2021
23 usages
153 stars
Jan 30, 2020
5 usages
40 stars
Jun 07, 2023
7 usages
9 stars
Oct 28, 2017
2 usages
33 stars
Sep 16, 2017
2 usages
1 stars
Feb 05, 2019
2 usages
18 stars
Jul 01, 2023
4 usages
3 stars
May 22, 2019
2 usages
0 stars