Uses of Class
org.mapstruct.ap.internal.util.RoundContext
-
Packages that use RoundContext Package Description org.mapstruct.ap This package and it sub-packages contain the implementation of the MapStruct annotation processor.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
Methods in org.mapstruct.ap with parameters of type RoundContext Modifier and Type Method Description private voidMappingProcessor. processMapperElements(java.util.Set<javax.lang.model.element.TypeElement> mapperElements, RoundContext roundContext) -
Uses of RoundContext in org.mapstruct.ap.internal.model.common
Fields in org.mapstruct.ap.internal.model.common declared as RoundContext Modifier and Type Field Description private RoundContextTypeFactory. roundContextConstructors in org.mapstruct.ap.internal.model.common with parameters of type RoundContext Constructor Description TypeFactory(ElementUtils elementUtils, TypeUtils typeUtils, FormattingMessager messager, RoundContext roundContext, java.util.Map<java.lang.String,java.lang.String> notToBeImportedTypes, boolean loggingVerbose) -
Uses of RoundContext in org.mapstruct.ap.internal.processor
Fields in org.mapstruct.ap.internal.processor declared as RoundContext Modifier and Type Field Description private RoundContextDefaultModelElementProcessorContext. roundContextConstructors in org.mapstruct.ap.internal.processor with parameters of type RoundContext Constructor Description DefaultModelElementProcessorContext(javax.annotation.processing.ProcessingEnvironment processingEnvironment, Options options, RoundContext roundContext, java.util.Map<java.lang.String,java.lang.String> notToBeImported, javax.lang.model.element.TypeElement mapperElement)
-