Uses of Class
org.mapstruct.ap.internal.model.MapperReference
-
Packages that use MapperReference Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor -
-
Uses of MapperReference in org.mapstruct.ap.internal.model
Subclasses of MapperReference in org.mapstruct.ap.internal.model Modifier and Type Class Description classAnnotationMapperReferenceMapper reference which is retrieved via Annotation-based dependency injection.
The dependency injection may vary between field and constructor injection.classDefaultMapperReferenceMapper reference which is retrieved via theMappers#getMapper()method.Fields in org.mapstruct.ap.internal.model declared as MapperReference Modifier and Type Field Description private MapperReferenceMethodReference. declaringMapperFields in org.mapstruct.ap.internal.model with type parameters of type MapperReference Modifier and Type Field Description private java.util.List<MapperReference>MappingBuilderContext. mapperReferencesMethods in org.mapstruct.ap.internal.model that return MapperReference Modifier and Type Method Description static MapperReferenceMapperReference. findMapperReference(java.util.List<MapperReference> mapperReferences, SourceMethod method)MapperReferenceMethodReference. getDeclaringMapper()Methods in org.mapstruct.ap.internal.model that return types with arguments of type MapperReference Modifier and Type Method Description java.util.List<MapperReference>MappingBuilderContext. getMapperReferences()Methods in org.mapstruct.ap.internal.model with parameters of type MapperReference Modifier and Type Method Description static MethodReferenceMethodReference. forMapperReference(Method method, MapperReference declaringMapper, java.util.List<ParameterBinding> parameterBindings)static LifecycleCallbackMethodReferenceLifecycleCallbackMethodReference. forMethodReference(SelectedMethod<SourceMethod> lifecycleMethod, MapperReference mapperReference, Method containingMethod, java.util.Set<java.lang.String> existingVariableNames)Method parameters in org.mapstruct.ap.internal.model with type arguments of type MapperReference Modifier and Type Method Description static MapperReferenceMapperReference. findMapperReference(java.util.List<MapperReference> mapperReferences, SourceMethod method)Constructors in org.mapstruct.ap.internal.model with parameters of type MapperReference Constructor Description LifecycleCallbackMethodReference(SelectedMethod<SourceMethod> lifecycleMethod, MapperReference mapperReference, Parameter providingParameter, Method containingMethod, java.util.Set<java.lang.String> existingVariableNames)MethodReference(Method method, MapperReference declaringMapper, Parameter providingParameter, java.util.List<ParameterBinding> parameterBindings)Creates a new reference to the given method. -
Uses of MapperReference in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return types with arguments of type MapperReference Modifier and Type Method Description private java.util.List<MapperReference>MapperCreationProcessor. initReferencedMappers(javax.lang.model.element.TypeElement element, MapperOptions mapperAnnotation)private java.util.List<MapperReference>AnnotationBasedComponentModelProcessor. toMapperReferences(java.util.List<Field> fields) -
Uses of MapperReference in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation with type parameters of type MapperReference Modifier and Type Field Description private java.util.List<MapperReference>MappingResolverImpl. mapperReferencesMethods in org.mapstruct.ap.internal.processor.creation that return MapperReference Modifier and Type Method Description private MapperReferenceMappingResolverImpl. findMapperReference(Method method)
-