Uses of Class
org.mapstruct.ap.internal.model.source.ParameterProvidedMethods
-
Packages that use ParameterProvidedMethods Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API.org.mapstruct.ap.internal.model.source.builtin Contains "built-in methods" which may be added as private methods to a generated mapper. -
-
Uses of ParameterProvidedMethods in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return ParameterProvidedMethods Modifier and Type Method Description ParameterProvidedMethods
ForgedMethod. getContextProvidedMethods()
ParameterProvidedMethods
HelperMethod. getContextProvidedMethods()
-
Uses of ParameterProvidedMethods in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return ParameterProvidedMethods Modifier and Type Method Description ParameterProvidedMethods
ParameterProvidedMethods.Builder. build()
static ParameterProvidedMethods
ParameterProvidedMethods. empty()
ParameterProvidedMethods
Method. getContextProvidedMethods()
ParameterProvidedMethods
SourceMethod. getContextProvidedMethods()
Methods in org.mapstruct.ap.internal.model.source with parameters of type ParameterProvidedMethods Modifier and Type Method Description SourceMethod.Builder
SourceMethod.Builder. setContextProvidedMethods(ParameterProvidedMethods contextProvidedMethods)
-
Uses of ParameterProvidedMethods in org.mapstruct.ap.internal.model.source.builtin
Methods in org.mapstruct.ap.internal.model.source.builtin that return ParameterProvidedMethods Modifier and Type Method Description ParameterProvidedMethods
BuiltInMethod. getContextProvidedMethods()
-