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 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.classMapperReferenceA reference to another mapper class, which itself may be generated or hand-written.classSupportingFieldsupports theFields in org.mapstruct.ap.internal.model declared as Field Modifier and Type Field Description private FieldSupportingMappingMethod. supportingFieldFields in org.mapstruct.ap.internal.model with type parameters of type Field Modifier and Type Field Description private java.util.List<Field>GeneratedType. fieldsprivate java.util.List<Field>Mapper.Builder. fieldsMethods in org.mapstruct.ap.internal.model that return Field Modifier and Type Method Description static FieldSupportingField. getSafeField(SupportingMappingMethod method, FieldReference ref, java.util.Set<Field> existingFields)FieldSupportingMappingMethod. getSupportingField()Methods in org.mapstruct.ap.internal.model that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>GeneratedType. getFields()java.util.Set<Field>MappingBuilderContext. getUsedSupportedFields()java.util.Set<Field>MappingBuilderContext.MappingResolver. getUsedSupportedFields()Methods in org.mapstruct.ap.internal.model with parameters of type Field Modifier and Type Method Description static SupportingConstructorFragmentSupportingConstructorFragment. 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.BuilderMapper.Builder. fields(java.util.List<Field> fields)static java.util.List<java.lang.String>Field. getFieldNames(java.util.Set<Field> fields)static FieldSupportingField. getSafeField(SupportingMappingMethod method, FieldReference ref, java.util.Set<Field> existingFields)voidGeneratedType. setFields(java.util.List<Field> fields)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type Field Constructor Description SupportingMappingMethod(BuiltInMethod method, java.util.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 FieldAnnotationBasedComponentModelProcessor. replacementMapperReference(Field originalReference, java.util.List<Annotation> annotations, InjectionStrategyGem injectionStrategy)Methods in org.mapstruct.ap.internal.processor with parameters of type Field Modifier and Type Method Description protected FieldAnnotationBasedComponentModelProcessor. replacementMapperReference(Field originalReference, java.util.List<Annotation> annotations, InjectionStrategyGem injectionStrategy)Method parameters in org.mapstruct.ap.internal.processor with type arguments of type Field Modifier and Type Method Description private java.util.List<MapperReference>AnnotationBasedComponentModelProcessor. toMapperReferences(java.util.List<Field> fields) -
Uses of Field in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation with type parameters of type Field Modifier and Type Field Description private java.util.Set<Field>MappingResolverImpl. usedSupportedFieldsPrivate fields which are added to map certain property types.Methods in org.mapstruct.ap.internal.processor.creation that return types with arguments of type Field Modifier and Type Method Description java.util.Set<Field>MappingResolverImpl. getUsedSupportedFields()
-