Uses of Package
org.mapstruct.ap.internal.model.source.selector
Packages that use org.mapstruct.ap.internal.model.source.selector
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
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.
Contains all helper classes for the
MapperCreationProcessor-
Classes in org.mapstruct.ap.internal.model.source.selector used by org.mapstruct.ap.internal.modelClassDescriptionA selected method with additional metadata that might be required for further usage of the selected method.This class groups the selection criteria in one class
-
Classes in org.mapstruct.ap.internal.model.source.selector used by org.mapstruct.ap.internal.model.source.selectorClassDescriptionA selected method with additional metadata that might be required for further usage of the selected method.Context passed to the selectors to get the information they need.This class groups the selection criteria in one class
-