Uses of Class
org.mapstruct.ap.internal.gem.BeanMappingGem
-
Packages that use BeanMappingGem 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 BeanMappingGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return BeanMappingGem Modifier and Type Method Description BeanMappingGemBeanMappingGem.BuilderImpl. build()static BeanMappingGemBeanMappingGem. instanceOn(javax.lang.model.element.AnnotationMirror mirror)static BeanMappingGemBeanMappingGem. instanceOn(javax.lang.model.element.Element element) -
Uses of BeanMappingGem in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as BeanMappingGem Modifier and Type Field Description private BeanMappingGemBeanMappingOptions. beanMappingMethods in org.mapstruct.ap.internal.model.source with parameters of type BeanMappingGem Modifier and Type Method Description static BeanMappingOptionsBeanMappingOptions. getInstanceOn(BeanMappingGem beanMapping, MapperOptions mapperOptions, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils, TypeFactory typeFactory)private static booleanBeanMappingOptions. isConsistent(BeanMappingGem gem, javax.lang.model.element.ExecutableElement method, FormattingMessager messager)Constructors in org.mapstruct.ap.internal.model.source with parameters of type BeanMappingGem Constructor Description BeanMappingOptions(SelectionParameters selectionParameters, java.util.List<java.lang.String> ignoreUnmappedSourceProperties, BeanMappingGem beanMapping, DelegatingOptions next)
-