Uses of Package
org.mapstruct.ap.internal.option
Packages that use org.mapstruct.ap.internal.option
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another
or instantiating the target type of a mapping method, respectively.
Provides access to the options passed to the annotation processor.
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
-
Classes in org.mapstruct.ap.internal.option used by org.mapstruct.ap.internal.model
-
Classes in org.mapstruct.ap.internal.option used by org.mapstruct.ap.internal.model.source
-
Classes in org.mapstruct.ap.internal.option used by org.mapstruct.ap.internal.model.source.selector
-
Classes in org.mapstruct.ap.internal.option used by org.mapstruct.ap.internal.optionClassDescriptionThe different compiler mapping options that are available in MapStruct.
-
Classes in org.mapstruct.ap.internal.option used by org.mapstruct.ap.internal.processor