Uses of Class
org.mapstruct.ap.internal.gem.MapMappingGem
-
Packages that use MapMappingGem Package Description org.mapstruct.ap.internal.gem This package contains the generated gem types for accessing the MapStruct annotations in a comfortable way.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of MapMappingGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return MapMappingGem Modifier and Type Method Description MapMappingGemMapMappingGem.BuilderImpl. build()static MapMappingGemMapMappingGem. instanceOn(javax.lang.model.element.AnnotationMirror mirror)static MapMappingGemMapMappingGem. instanceOn(javax.lang.model.element.Element element) -
Uses of MapMappingGem in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as MapMappingGem Modifier and Type Field Description private MapMappingGemMapMappingOptions. mapMappingMethods in org.mapstruct.ap.internal.model.source with parameters of type MapMappingGem Modifier and Type Method Description static MapMappingOptionsMapMappingOptions. fromGem(MapMappingGem mapMapping, MapperOptions mapperOptions, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils)private static booleanMapMappingOptions. isConsistent(MapMappingGem gem, javax.lang.model.element.ExecutableElement method, FormattingMessager messager)Constructors in org.mapstruct.ap.internal.model.source with parameters of type MapMappingGem Constructor Description MapMappingOptions(FormattingParameters keyFormatting, SelectionParameters keySelectionParameters, FormattingParameters valueFormatting, SelectionParameters valueSelectionParameters, MapMappingGem mapMapping, DelegatingOptions next)
-