Uses of Interface
org.mapstruct.ap.internal.gem.ValueMappingGem.Builder
-
Packages that use ValueMappingGem.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 ValueMappingGem.Builder in org.mapstruct.ap.internal.gem
Classes in org.mapstruct.ap.internal.gem that implement ValueMappingGem.Builder Modifier and Type Class Description private static classValueMappingGem.BuilderImplMethods in org.mapstruct.ap.internal.gem that return ValueMappingGem.Builder Modifier and Type Method Description ValueMappingGem.BuilderValueMappingGem.Builder. setMirror(javax.lang.model.element.AnnotationMirror mirror)Sets the annotation mirrorValueMappingGem.BuilderValueMappingGem.BuilderImpl. setMirror(javax.lang.model.element.AnnotationMirror mirror)ValueMappingGem.BuilderValueMappingGem.Builder. setSource(org.mapstruct.tools.gem.GemValue<java.lang.String> methodName)Sets theGemValueforValueMappingGem.sourceValueMappingGem.BuilderValueMappingGem.BuilderImpl. setSource(org.mapstruct.tools.gem.GemValue<java.lang.String> source)ValueMappingGem.BuilderValueMappingGem.Builder. setTarget(org.mapstruct.tools.gem.GemValue<java.lang.String> methodName)Sets theGemValueforValueMappingGem.targetValueMappingGem.BuilderValueMappingGem.BuilderImpl. setTarget(org.mapstruct.tools.gem.GemValue<java.lang.String> target)Methods in org.mapstruct.ap.internal.gem with parameters of type ValueMappingGem.Builder Modifier and Type Method Description static <T> TValueMappingGem. build(javax.lang.model.element.AnnotationMirror mirror, ValueMappingGem.Builder<T> builder)static <T> TValueMappingGem. build(javax.lang.model.element.Element element, ValueMappingGem.Builder<T> builder)
-