Uses of Class
org.mapstruct.ap.internal.model.MappingMethod
Packages that use MappingMethod
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of MappingMethod in org.mapstruct.ap.internal.model
Classes in org.mapstruct.ap.internal.model with type parameters of type MappingMethodModifier and TypeClassDescriptionclassAbstractMappingMethodBuilder<B extends AbstractMappingMethodBuilder<B,M>, M extends MappingMethod> An abstract builder that can be reused for buildingMappingMethod(s).Subclasses of MappingMethod in org.mapstruct.ap.internal.modelModifier and TypeClassDescriptionclassAMappingMethodimplemented by aMapperclass which maps one bean type to another, optionally configured by one or morePropertyMappings.classAMappingMethodimplemented by aMapperclass which does mapping of generic types.classA method of a decorator which delegates to the corresponding method of the generated mapper implementation.classAMappingMethodimplemented by aMapperclass which maps one iterable type to another.classclassThis method is used to convert the nested properties as listed in propertyEntries into a method that creates a mapping from the start of this list to the end of the list.classAMappingMethodthat is used by the main mapping methods (BeanMappingMethod,MapMappingMethod,IterableMappingMethodandStreamMappingMethod(non-enum / non-value mapping)classAMappingMethodimplemented by aMapperclass which maps one iterable or array type to Stream.classA mapping method which is not based on an actual method declared in the original mapper interface but is added as private method to map a certain source/target type combination.classAValueMappingMethodwhich maps one value type to another, optionally configured by one or moreValueMappingOptionss.Fields in org.mapstruct.ap.internal.model with type parameters of type MappingMethodModifier and TypeFieldDescriptionprotected List<MappingMethod> GeneratedType.GeneratedTypeBuilder.methodsMethods in org.mapstruct.ap.internal.model that return MappingMethodModifier and TypeMethodDescriptionMappingBuilderContext.getExistingMappingMethod(MappingMethod newMappingMethod) Methods in org.mapstruct.ap.internal.model that return types with arguments of type MappingMethodMethods in org.mapstruct.ap.internal.model with parameters of type MappingMethodModifier and TypeMethodDescriptionMappingBuilderContext.getExistingMappingMethod(MappingMethod newMappingMethod) Method parameters in org.mapstruct.ap.internal.model with type arguments of type MappingMethodModifier and TypeMethodDescriptionGeneratedType.GeneratedTypeBuilder.methods(List<MappingMethod> methods) Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type MappingMethodModifierConstructorDescriptionprotectedGeneratedType(TypeFactory typeFactory, String packageName, String name, Type mapperDefinitionType, List<MappingMethod> methods, List<Field> fields, Options options, VersionInformation versionInformation, boolean suppressGeneratorTimestamp, Accessibility accessibility, SortedSet<Type> extraImportedTypes, Constructor constructor)