Uses of Interface
org.mapstruct.ap.internal.model.common.ConstructorFragment
-
Packages that use ConstructorFragment Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source.builtin Contains "built-in methods" which may be added as private methods to a generated mapper. -
-
Uses of ConstructorFragment in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type ConstructorFragment Modifier and Type Method Description static SupportingConstructorFragment
SupportingConstructorFragment. getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField)
Constructors in org.mapstruct.ap.internal.model with parameters of type ConstructorFragment Constructor Description SupportingConstructorFragment(SupportingMappingMethod definingMethod, ConstructorFragment constructorFragment, String variableName)
-
Uses of ConstructorFragment in org.mapstruct.ap.internal.model.source.builtin
Classes in org.mapstruct.ap.internal.model.source.builtin that implement ConstructorFragment Modifier and Type Class Description class
NewDatatypeFactoryConstructorFragment
Methods in org.mapstruct.ap.internal.model.source.builtin that return ConstructorFragment Modifier and Type Method Description ConstructorFragment
AbstractToXmlGregorianCalendar. getConstructorFragment()
ConstructorFragment
BuiltInMethod. getConstructorFragment()
-