Uses of Class
org.mapstruct.ap.internal.model.Field
Packages that use Field
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
Contains all helper classes for the
MapperCreationProcessor-
Uses of Field in org.mapstruct.ap.internal.model
Subclasses of Field 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.classA reference to another mapper class, which itself may be generated or hand-written.classsupports theMethods in org.mapstruct.ap.internal.model that return FieldModifier and TypeMethodDescriptionstatic FieldSupportingField.getSafeField(SupportingMappingMethod method, FieldReference ref, Set<Field> existingFields) SupportingMappingMethod.getSupportingField()Methods in org.mapstruct.ap.internal.model that return types with arguments of type FieldModifier and TypeMethodDescriptionGeneratedType.getFields()MappingBuilderContext.getUsedSupportedFields()MappingBuilderContext.MappingResolver.getUsedSupportedFields()Methods in org.mapstruct.ap.internal.model with parameters of type FieldModifier and TypeMethodDescriptionSupportingConstructorFragment.getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField) Method parameters in org.mapstruct.ap.internal.model with type arguments of type FieldModifier and TypeMethodDescriptionField.getFieldNames(Set<Field> fields) static FieldSupportingField.getSafeField(SupportingMappingMethod method, FieldReference ref, Set<Field> existingFields) voidConstructors in org.mapstruct.ap.internal.model with parameters of type FieldModifierConstructorDescriptionAnnotatedSetter(Field field, Collection<Annotation> methodAnnotations, Collection<Annotation> parameterAnnotations) Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type FieldModifierConstructorDescriptionSupportingMappingMethod(BuiltInMethod method, Set<Field> existingFields) -
Uses of Field in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return FieldModifier and TypeMethodDescriptionprotected FieldAnnotationBasedComponentModelProcessor.replacementMapperReference(Field originalReference, List<Annotation> annotations, org.mapstruct.ap.internal.gem.InjectionStrategyGem injectionStrategy) Methods in org.mapstruct.ap.internal.processor with parameters of type FieldModifier and TypeMethodDescriptionprotected FieldAnnotationBasedComponentModelProcessor.replacementMapperReference(Field originalReference, List<Annotation> annotations, org.mapstruct.ap.internal.gem.InjectionStrategyGem injectionStrategy) -
Uses of Field in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation that return types with arguments of type Field