Uses of Class
org.mapstruct.ap.internal.gem.IterableMappingGem
-
Packages that use IterableMappingGem 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 IterableMappingGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return IterableMappingGem Modifier and Type Method Description IterableMappingGemIterableMappingGem.BuilderImpl. build()static IterableMappingGemIterableMappingGem. instanceOn(javax.lang.model.element.AnnotationMirror mirror)static IterableMappingGemIterableMappingGem. instanceOn(javax.lang.model.element.Element element) -
Uses of IterableMappingGem in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as IterableMappingGem Modifier and Type Field Description private IterableMappingGemIterableMappingOptions. iterableMappingMethods in org.mapstruct.ap.internal.model.source with parameters of type IterableMappingGem Modifier and Type Method Description static IterableMappingOptionsIterableMappingOptions. fromGem(IterableMappingGem iterableMapping, MapperOptions mapperOptions, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils)private static booleanIterableMappingOptions. isConsistent(IterableMappingGem gem, javax.lang.model.element.ExecutableElement method, FormattingMessager messager)Constructors in org.mapstruct.ap.internal.model.source with parameters of type IterableMappingGem Constructor Description IterableMappingOptions(FormattingParameters formattingParameters, SelectionParameters selectionParameters, IterableMappingGem iterableMapping, DelegatingOptions next)
-