Uses of Class
org.mapstruct.ap.internal.gem.ValueMappingGem
-
Packages that use ValueMappingGem 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.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API. -
-
Uses of ValueMappingGem in org.mapstruct.ap.internal.gem
Fields in org.mapstruct.ap.internal.gem with type parameters of type ValueMappingGem Modifier and Type Field Description private org.mapstruct.tools.gem.GemValue<java.util.List<ValueMappingGem>>ValueMappingsGem.BuilderImpl. valueprivate org.mapstruct.tools.gem.GemValue<java.util.List<ValueMappingGem>>ValueMappingsGem. valueMethods in org.mapstruct.ap.internal.gem that return ValueMappingGem Modifier and Type Method Description ValueMappingGemValueMappingGem.BuilderImpl. build()static ValueMappingGemValueMappingGem. instanceOn(javax.lang.model.element.AnnotationMirror mirror)static ValueMappingGemValueMappingGem. instanceOn(javax.lang.model.element.Element element)Methods in org.mapstruct.ap.internal.gem that return types with arguments of type ValueMappingGem Modifier and Type Method Description org.mapstruct.tools.gem.GemValue<java.util.List<ValueMappingGem>>ValueMappingsGem. value()accessorMethod parameters in org.mapstruct.ap.internal.gem with type arguments of type ValueMappingGem Modifier and Type Method Description 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) -
Uses of ValueMappingGem in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source with parameters of type ValueMappingGem Modifier and Type Method Description static ValueMappingOptionsValueMappingOptions. fromMappingGem(ValueMappingGem mapping)
-