Uses of Class
org.mapstruct.ap.internal.util.RoundContext
-
Packages that use RoundContext Package Description org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.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. -
-
Uses of RoundContext in org.mapstruct.ap.internal.model.common
Constructors in org.mapstruct.ap.internal.model.common with parameters of type RoundContext Constructor Description TypeFactory(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 RoundContext Constructor Description DefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment, Options options, RoundContext roundContext, Map<String,String> notToBeImported, TypeElement mapperElement)
-