Uses of Class
org.mapstruct.ap.internal.model.SupportingConstructorFragment
-
Packages that use SupportingConstructorFragment Package Description org.mapstruct.ap.internal.model 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 SupportingConstructorFragment Modifier and Type Method Description static SupportingConstructorFragment
SupportingConstructorFragment. getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField)
SupportingConstructorFragment
SupportingMappingMethod. getSupportingConstructorFragment()
Methods in org.mapstruct.ap.internal.model that return types with arguments of type SupportingConstructorFragment Modifier and Type Method Description Set<SupportingConstructorFragment>
AnnotatedConstructor. getFragments()
Set<SupportingConstructorFragment>
NoArgumentConstructor. getFragments()
Method parameters in org.mapstruct.ap.internal.model with type arguments of type SupportingConstructorFragment Modifier and Type Method Description Mapper.Builder
Mapper.Builder. constructorFragments(Set<SupportingConstructorFragment> fragments)
Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type SupportingConstructorFragment Constructor Description NoArgumentConstructor(String name, Set<SupportingConstructorFragment> fragments)
-