Uses of Class
org.mapstruct.ap.internal.gem.SubclassMappingGem
-
Packages that use SubclassMappingGem 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.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files. -
-
Uses of SubclassMappingGem in org.mapstruct.ap.internal.gem
Fields in org.mapstruct.ap.internal.gem with type parameters of type SubclassMappingGem Modifier and Type Field Description private org.mapstruct.tools.gem.GemValue<java.util.List<SubclassMappingGem>>SubclassMappingsGem.BuilderImpl. valueprivate org.mapstruct.tools.gem.GemValue<java.util.List<SubclassMappingGem>>SubclassMappingsGem. valueMethods in org.mapstruct.ap.internal.gem that return SubclassMappingGem Modifier and Type Method Description SubclassMappingGemSubclassMappingGem.BuilderImpl. build()static SubclassMappingGemSubclassMappingGem. instanceOn(javax.lang.model.element.AnnotationMirror mirror)static SubclassMappingGemSubclassMappingGem. instanceOn(javax.lang.model.element.Element element)Methods in org.mapstruct.ap.internal.gem that return types with arguments of type SubclassMappingGem Modifier and Type Method Description org.mapstruct.tools.gem.GemValue<java.util.List<SubclassMappingGem>>SubclassMappingsGem. value()accessorMethod parameters in org.mapstruct.ap.internal.gem with type arguments of type SubclassMappingGem Modifier and Type Method Description SubclassMappingsGem.BuilderSubclassMappingsGem.Builder. setValue(org.mapstruct.tools.gem.GemValue<java.util.List<SubclassMappingGem>> methodName)Sets theGemValueforSubclassMappingsGem.valueSubclassMappingsGem.BuilderSubclassMappingsGem.BuilderImpl. setValue(org.mapstruct.tools.gem.GemValue<java.util.List<SubclassMappingGem>> value) -
Uses of SubclassMappingGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source with parameters of type SubclassMappingGem Modifier and Type Method Description static voidSubclassMappingOptions. addInstance(SubclassMappingGem subclassMapping, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, FormattingMessager messager, TypeUtils typeUtils, java.util.Set<SubclassMappingOptions> mappings, java.util.List<Parameter> sourceParameters, Type resultType, SubclassValidator subclassValidator)private static booleanSubclassMappingOptions. isConsistent(SubclassMappingGem gem, javax.lang.model.element.ExecutableElement method, FormattingMessager messager, TypeUtils typeUtils, java.util.List<Parameter> sourceParameters, Type resultType, SubclassValidator subclassValidator) -
Uses of SubclassMappingGem in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return SubclassMappingGem Modifier and Type Method Description (package private) SubclassMappingGemMethodRetrievalProcessor.RepeatableSubclassMappings. singularInstanceOn(javax.lang.model.element.Element element)Methods in org.mapstruct.ap.internal.processor with parameters of type SubclassMappingGem Modifier and Type Method Description (package private) voidMethodRetrievalProcessor.RepeatableSubclassMappings. addInstance(SubclassMappingGem gem, javax.lang.model.element.ExecutableElement method, BeanMappingOptions beanMappingOptions, java.util.Set<SubclassMappingOptions> mappings)
-