Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
Modifier and Type | Method and Description |
---|---|
PropertyMapping |
PropertyMapping.PropertyMappingBuilder.build() |
PropertyMapping |
PropertyMapping.ConstantMappingBuilder.build() |
PropertyMapping |
PropertyMapping.JavaExpressionMappingBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PropertyMapping> |
BeanMappingMethod.getConstantMappings() |
List<PropertyMapping> |
BeanMappingMethod.getPropertyMappings() |
Map<String,List<PropertyMapping>> |
BeanMappingMethod.getPropertyMappingsByParameter() |
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.