Uses of Package
org.mapstruct.ap.internal.model.source.selector
-
Packages that use org.mapstruct.ap.internal.model.source.selector Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source.selector 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.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor -
Classes in org.mapstruct.ap.internal.model.source.selector used by org.mapstruct.ap.internal.model Class Description SelectedMethod A selected method with additional metadata that might be required for further usage of the selected method.SelectionCriteria 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.selector Class Description MethodSelector Implementations select those methods from a given input set which match the given source and target type of a mapping and optionally other given criteria.SelectedMethod A selected method with additional metadata that might be required for further usage of the selected method.SelectionCriteria This class groups the selection criteria in one classSelectionCriteria.Type XmlElementDeclSelector Finds theXmlElementRefannotation on a field (of the mapping result type or its super types) matching the target property name.XmlElementDeclSelector.XmlElementDeclInfo A class, whose purpose is to combine the use ofXmlElementDeclGemandXmlElementDeclGem.XmlElementDeclSelector.XmlElementRefInfo -
Classes in org.mapstruct.ap.internal.model.source.selector used by org.mapstruct.ap.internal.processor.creation Class Description MethodSelectors Applies all knownMethodSelectors in order.SelectedMethod A selected method with additional metadata that might be required for further usage of the selected method.SelectionCriteria This class groups the selection criteria in one class