jar

io.github.gfrmoretti : an-map

Maven & Gradle

May 27, 2023
6 stars

AnMap · This library is meant to be a mapper based with Java annotations, this way you don't need to configure nothing, only import and use it. This is a need when you are working trying to isolate logical or critical classes from DTO or POJO's for example. This can be useful when you are following architectures or concepts like clean arch.

Table Of Contents

Latest Version

Download io.github.gfrmoretti : an-map JAR file - Latest Versions:

All Versions

Download io.github.gfrmoretti : an-map JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 an-map-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.gfrmoretti.exceptions

├─ io.github.gfrmoretti.exceptions.SourceValueNullException.class - [JAR]

io.github.gfrmoretti.functionmap

├─ io.github.gfrmoretti.functionmap.BigDecimalToDoubleFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.BigDecimalToStringFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.BooleanToStringFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.DefaultFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.DoubleToStringFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.FloatToStringFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.FunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.IntegerToStringFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.LongToStringFunctionMapper.class - [JAR]

├─ io.github.gfrmoretti.functionmap.ShortToStringFunctionMapper.class - [JAR]

io.github.gfrmoretti.custom

├─ io.github.gfrmoretti.custom.CustomMapper.class - [JAR]

io.github.gfrmoretti

├─ io.github.gfrmoretti.AnMap.class - [JAR]

├─ io.github.gfrmoretti.AnnotationsSearcher.class - [JAR]

├─ io.github.gfrmoretti.ConstructorUtils.class - [JAR]

├─ io.github.gfrmoretti.FieldsMapper.class - [JAR]

├─ io.github.gfrmoretti.Mapper.class - [JAR]

├─ io.github.gfrmoretti.ReflectionUtils.class - [JAR]

├─ io.github.gfrmoretti.TargetValueCallback.class - [JAR]

io.github.gfrmoretti.collectors

├─ io.github.gfrmoretti.collectors.CollectorType.class - [JAR]

├─ io.github.gfrmoretti.collectors.ListCollector.class - [JAR]

├─ io.github.gfrmoretti.collectors.MapperCollector.class - [JAR]

├─ io.github.gfrmoretti.collectors.SetCollector.class - [JAR]

io.github.gfrmoretti.conf

├─ io.github.gfrmoretti.conf.AnnotationSide.class - [JAR]

io.github.gfrmoretti.retrievers.valuegetter

├─ io.github.gfrmoretti.retrievers.valuegetter.DateValueRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.valuegetter.EnumValueRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.valuegetter.FieldValueRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.valuegetter.FunctionValueRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.valuegetter.ImplicitMapValueRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.valuegetter.ValueGetter.class - [JAR]

├─ io.github.gfrmoretti.retrievers.valuegetter.ValueGetterOrchestrator.class - [JAR]

io.github.gfrmoretti.retrievers.target

├─ io.github.gfrmoretti.retrievers.target.TargetAnnotatedConstructorRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.target.TargetEmptyConstructorRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.target.TargetFactory.class - [JAR]

├─ io.github.gfrmoretti.retrievers.target.TargetRegularConstructorRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.target.TargetRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.target.TargetRetrieverCreator.class - [JAR]

io.github.gfrmoretti.enummap

├─ io.github.gfrmoretti.enummap.EnumMapType.class - [JAR]

├─ io.github.gfrmoretti.enummap.EnumMapper.class - [JAR]

├─ io.github.gfrmoretti.enummap.EnumObjectMapper.class - [JAR]

├─ io.github.gfrmoretti.enummap.OrdinalEnumMapper.class - [JAR]

├─ io.github.gfrmoretti.enummap.StringEnumMapper.class - [JAR]

├─ io.github.gfrmoretti.enummap.ValueEnumMapper.class - [JAR]

io.github.gfrmoretti.annotations

├─ io.github.gfrmoretti.annotations.ConstructorMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.DateMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.EnumMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.FunctionMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.IgnoreMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.ImplicitMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.Map.class - [JAR]

├─ io.github.gfrmoretti.annotations.MapperConfig.class - [JAR]

io.github.gfrmoretti.mapperconfig

├─ io.github.gfrmoretti.mapperconfig.MapperConfigValidator.class - [JAR]

io.github.gfrmoretti.retrievers.targetfield

├─ io.github.gfrmoretti.retrievers.targetfield.FieldMapToRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.targetfield.FieldNameRetriever.class - [JAR]

├─ io.github.gfrmoretti.retrievers.targetfield.FieldRetrieverOrchestrator.class - [JAR]

io.github.gfrmoretti.retrievers

├─ io.github.gfrmoretti.retrievers.Retriever.class - [JAR]

io.github.gfrmoretti.annotations.repeatables

├─ io.github.gfrmoretti.annotations.repeatables.RepeatableDateMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.repeatables.RepeatableEnumMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.repeatables.RepeatableFunctionMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.repeatables.RepeatableIgnoreMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.repeatables.RepeatableImplicitMap.class - [JAR]

├─ io.github.gfrmoretti.annotations.repeatables.RepeatableMap.class - [JAR]

io.github.gfrmoretti.datemap

├─ io.github.gfrmoretti.datemap.DateMappingType.class - [JAR]

├─ io.github.gfrmoretti.datemap.StringToInstantMapper.class - [JAR]

├─ io.github.gfrmoretti.datemap.StringToLocalDateMapper.class - [JAR]

├─ io.github.gfrmoretti.datemap.StringToLocalDateTimeMapper.class - [JAR]

├─ io.github.gfrmoretti.datemap.StringToTemporalMapper.class - [JAR]

├─ io.github.gfrmoretti.datemap.StringToZonedDateTimeMapper.class - [JAR]

├─ io.github.gfrmoretti.datemap.TemporalMapper.class - [JAR]

Advertisement