Uses of Interface
org.mapstruct.ap.internal.gem.SubclassMappingGem.Builder
-
Packages that use SubclassMappingGem.Builder Package Description org.mapstruct.ap.internal.gem This package contains the generated gem types for accessing the MapStruct annotations in a comfortable way. -
-
Uses of SubclassMappingGem.Builder in org.mapstruct.ap.internal.gem
Classes in org.mapstruct.ap.internal.gem that implement SubclassMappingGem.Builder Modifier and Type Class Description private static classSubclassMappingGem.BuilderImplMethods in org.mapstruct.ap.internal.gem that return SubclassMappingGem.Builder Modifier and Type Method Description SubclassMappingGem.BuilderSubclassMappingGem.Builder. setMirror(javax.lang.model.element.AnnotationMirror mirror)Sets the annotation mirrorSubclassMappingGem.BuilderSubclassMappingGem.BuilderImpl. setMirror(javax.lang.model.element.AnnotationMirror mirror)SubclassMappingGem.BuilderSubclassMappingGem.Builder. setSource(org.mapstruct.tools.gem.GemValue<javax.lang.model.type.TypeMirror> methodName)Sets theGemValueforSubclassMappingGem.sourceSubclassMappingGem.BuilderSubclassMappingGem.BuilderImpl. setSource(org.mapstruct.tools.gem.GemValue<javax.lang.model.type.TypeMirror> source)SubclassMappingGem.BuilderSubclassMappingGem.Builder. setTarget(org.mapstruct.tools.gem.GemValue<javax.lang.model.type.TypeMirror> methodName)Sets theGemValueforSubclassMappingGem.targetSubclassMappingGem.BuilderSubclassMappingGem.BuilderImpl. setTarget(org.mapstruct.tools.gem.GemValue<javax.lang.model.type.TypeMirror> target)Methods in org.mapstruct.ap.internal.gem with parameters of type SubclassMappingGem.Builder Modifier and Type Method Description static <T> TSubclassMappingGem. build(javax.lang.model.element.AnnotationMirror mirror, SubclassMappingGem.Builder<T> builder)static <T> TSubclassMappingGem. build(javax.lang.model.element.Element element, SubclassMappingGem.Builder<T> builder)
-