Uses of Interface
org.mapstruct.ap.internal.gem.MappingsGem.Builder
-
Packages that use MappingsGem.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 MappingsGem.Builder in org.mapstruct.ap.internal.gem
Classes in org.mapstruct.ap.internal.gem that implement MappingsGem.Builder Modifier and Type Class Description private static classMappingsGem.BuilderImplMethods in org.mapstruct.ap.internal.gem that return MappingsGem.Builder Modifier and Type Method Description MappingsGem.BuilderMappingsGem.Builder. setMirror(javax.lang.model.element.AnnotationMirror mirror)Sets the annotation mirrorMappingsGem.BuilderMappingsGem.BuilderImpl. setMirror(javax.lang.model.element.AnnotationMirror mirror)MappingsGem.BuilderMappingsGem.Builder. setValue(org.mapstruct.tools.gem.GemValue<java.util.List<MappingGem>> methodName)Sets theGemValueforMappingsGem.valueMappingsGem.BuilderMappingsGem.BuilderImpl. setValue(org.mapstruct.tools.gem.GemValue<java.util.List<MappingGem>> value)Methods in org.mapstruct.ap.internal.gem with parameters of type MappingsGem.Builder Modifier and Type Method Description static <T> TMappingsGem. build(javax.lang.model.element.AnnotationMirror mirror, MappingsGem.Builder<T> builder)static <T> TMappingsGem. build(javax.lang.model.element.Element element, MappingsGem.Builder<T> builder)
-