Uses of Class
org.mapstruct.ap.internal.model.common.NewInstanceCreation
Packages that use NewInstanceCreation
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Meta-model of assignments.
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
-
Uses of NewInstanceCreation in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return NewInstanceCreationModifier and TypeMethodDescriptionBeanMappingMethod.getNewInstance()IterableCreation.getNewInstance() -
Uses of NewInstanceCreation in org.mapstruct.ap.internal.model.assignment
Methods in org.mapstruct.ap.internal.model.assignment that return NewInstanceCreationModifier and TypeMethodDescriptionSetterWrapperForCollectionsAndMapsWithNullCheck.getNewInstance()UpdateWrapper.getNewInstance() -
Uses of NewInstanceCreation in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return NewInstanceCreationModifier and TypeMethodDescriptionstatic NewInstanceCreationCreates aNewInstanceCreationfor the given target type.