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