Uses of Class
org.mapstruct.ap.internal.model.MapperReference
Packages that use MapperReference
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of MapperReference in org.mapstruct.ap.internal.model
Subclasses of MapperReference in org.mapstruct.ap.internal.modelModifier and TypeClassDescriptionclassMapper reference which is retrieved via Annotation-based dependency injection.
The dependency injection may vary between field and constructor injection.classMapper reference which is retrieved via theMappers#getMapper()method.Methods in org.mapstruct.ap.internal.model that return MapperReferenceModifier and TypeMethodDescriptionstatic MapperReferenceMapperReference.findMapperReference(List<MapperReference> mapperReferences, SourceMethod method) MethodReference.getDeclaringMapper()Methods in org.mapstruct.ap.internal.model that return types with arguments of type MapperReferenceMethods in org.mapstruct.ap.internal.model with parameters of type MapperReferenceModifier and TypeMethodDescriptionstatic MethodReferenceMethodReference.forMapperReference(Method method, MapperReference declaringMapper, List<ParameterBinding> parameterBindings) LifecycleCallbackMethodReference.forMethodReference(SelectedMethod<SourceMethod> lifecycleMethod, MapperReference mapperReference, Method containingMethod, Set<String> existingVariableNames) Method parameters in org.mapstruct.ap.internal.model with type arguments of type MapperReferenceModifier and TypeMethodDescriptionstatic MapperReferenceMapperReference.findMapperReference(List<MapperReference> mapperReferences, SourceMethod method) Constructors in org.mapstruct.ap.internal.model with parameters of type MapperReferenceModifierConstructorDescriptionprotectedMethodReference(Method method, MapperReference declaringMapper, Parameter providingParameter, List<ParameterBinding> parameterBindings) Creates a new reference to the given method.