Uses of Class
org.mapstruct.ap.internal.util.RoundContext
Packages that use RoundContext
Package
Description
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
-
Uses of RoundContext in org.mapstruct.ap.internal.model.common
Constructors in org.mapstruct.ap.internal.model.common with parameters of type RoundContextModifierConstructorDescriptionTypeFactory(ElementUtils elementUtils, TypeUtils typeUtils, FormattingMessager messager, RoundContext roundContext, Map<String, String> notToBeImportedTypes, boolean loggingVerbose, VersionInformation versionInformation) -
Uses of RoundContext in org.mapstruct.ap.internal.processor
Constructors in org.mapstruct.ap.internal.processor with parameters of type RoundContextModifierConstructorDescriptionDefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment, Options options, RoundContext roundContext, Map<String, String> notToBeImported, TypeElement mapperElement)