Uses of Class
org.mapstruct.ap.internal.gem.InheritConfigurationGem
-
Packages that use InheritConfigurationGem 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.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 InheritConfigurationGem in org.mapstruct.ap.internal.gem
Methods in org.mapstruct.ap.internal.gem that return InheritConfigurationGem Modifier and Type Method Description InheritConfigurationGemInheritConfigurationGem.BuilderImpl. build()static InheritConfigurationGemInheritConfigurationGem. instanceOn(javax.lang.model.element.AnnotationMirror mirror)static InheritConfigurationGemInheritConfigurationGem. instanceOn(javax.lang.model.element.Element element) -
Uses of InheritConfigurationGem in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor with parameters of type InheritConfigurationGem Modifier and Type Method Description private javax.lang.model.element.AnnotationMirrorMapperCreationProcessor. getAnnotationMirror(InheritConfigurationGem inheritConfiguration)private voidMapperCreationProcessor. reportErrorWhenAmbigousMapping(java.util.List<SourceMethod> candidates, SourceMethod method, InheritConfigurationGem gem)private voidMapperCreationProcessor. reportErrorWhenNonMatchingName(SourceMethod onlyCandidate, SourceMethod method, InheritConfigurationGem gem)private voidMapperCreationProcessor. reportErrorWhenSeveralNamesMatch(java.util.List<SourceMethod> candidates, SourceMethod method, InheritConfigurationGem gem)
-