Uses of Class
org.mapstruct.ap.internal.model.SupportingConstructorFragment
Packages that use SupportingConstructorFragment
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of SupportingConstructorFragment in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return SupportingConstructorFragmentModifier and TypeMethodDescriptionSupportingConstructorFragment.getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField) SupportingMappingMethod.getSupportingConstructorFragment()Methods in org.mapstruct.ap.internal.model that return types with arguments of type SupportingConstructorFragmentModifier and TypeMethodDescriptionAnnotatedConstructor.getFragments()NoArgumentConstructor.getFragments()Method parameters in org.mapstruct.ap.internal.model with type arguments of type SupportingConstructorFragmentModifier and TypeMethodDescriptionMapper.Builder.constructorFragments(Set<SupportingConstructorFragment> fragments) Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type SupportingConstructorFragmentModifierConstructorDescriptionNoArgumentConstructor(String name, Set<SupportingConstructorFragment> fragments)