Uses of Class
org.mapstruct.ap.internal.model.Field
-
Packages that use Field 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 Field in org.mapstruct.ap.internal.model
Subclasses of Field in org.mapstruct.ap.internal.model Modifier and Type Class Description class
AnnotationMapperReference
Mapper reference which is retrieved via Annotation-based dependency injection.
The dependency injection may vary between field and constructor injection.class
DefaultMapperReference
Mapper reference which is retrieved via theMappers#getMapper()
method.class
MapperReference
A reference to another mapper class, which itself may be generated or hand-written.class
SupportingField
supports theMethods in org.mapstruct.ap.internal.model that return Field Modifier and Type Method Description static Field
SupportingField. getSafeField(SupportingMappingMethod method, FieldReference ref, Set<Field> existingFields)
Field
SupportingMappingMethod. getSupportingField()
Methods in org.mapstruct.ap.internal.model that return types with arguments of type Field Modifier and Type Method Description List<Field>
GeneratedType. getFields()
Set<Field>
MappingBuilderContext. getUsedSupportedFields()
Set<Field>
MappingBuilderContext.MappingResolver. getUsedSupportedFields()
Methods in org.mapstruct.ap.internal.model with parameters of type Field Modifier and Type Method Description static SupportingConstructorFragment
SupportingConstructorFragment. getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField)
Method parameters in org.mapstruct.ap.internal.model with type arguments of type Field Modifier and Type Method Description Mapper.Builder
Mapper.Builder. fields(List<Field> fields)
static List<String>
Field. getFieldNames(Set<Field> fields)
static Field
SupportingField. getSafeField(SupportingMappingMethod method, FieldReference ref, Set<Field> existingFields)
void
GeneratedType. setFields(List<Field> fields)
Constructors in org.mapstruct.ap.internal.model with parameters of type Field Constructor Description AnnotatedSetter(Field field, Collection<Annotation> methodAnnotations, Collection<Annotation> parameterAnnotations)
Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type Field Constructor Description SupportingMappingMethod(BuiltInMethod method, Set<Field> existingFields)
-
Uses of Field in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return Field Modifier and Type Method Description protected Field
AnnotationBasedComponentModelProcessor. replacementMapperReference(Field originalReference, List<Annotation> annotations, org.mapstruct.ap.internal.gem.InjectionStrategyGem injectionStrategy)
Methods in org.mapstruct.ap.internal.processor with parameters of type Field Modifier and Type Method Description protected Field
AnnotationBasedComponentModelProcessor. 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 Modifier and Type Method Description Set<Field>
MappingResolverImpl. getUsedSupportedFields()
-