Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
Modifier and Type | Method and Description |
---|---|
PropertyMapping.PropertyMappingBuilder |
PropertyMapping.PropertyMappingBuilder.options(DelegatingOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
BeanMappingOptions
Represents an bean mapping as configured via
@BeanMapping . |
class |
DefaultOptions |
class |
EnumMappingOptions |
class |
IterableMappingOptions
Represents an iterable mapping as configured via
@IterableMapping . |
class |
MapMappingOptions
Represents a map mapping as configured via
@MapMapping . |
class |
MapperConfigOptions |
class |
MapperOptions |
class |
MappingOptions
Represents a property mapping as configured via
@Mapping (no intermediate state). |
Constructor and Description |
---|
DelegatingOptions(DelegatingOptions next) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.