Uses of Class
org.mapstruct.ap.internal.model.GeneratedType
-
Packages that use GeneratedType Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.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 GeneratedType in org.mapstruct.ap.internal.model
Subclasses of GeneratedType in org.mapstruct.ap.internal.model Modifier and Type Class Description classDecoratorRepresents a decorator applied to a generated mapper type.classMapperRepresents a type implementing a mapper interface (annotated with@Mapper). -
Uses of GeneratedType in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor with parameters of type GeneratedType Modifier and Type Method Description private voidMapperRenderingProcessor. createSourceFile(GeneratedType model, ModelWriter modelWriter, javax.annotation.processing.Filer filer, javax.lang.model.element.TypeElement originatingElement)private ServicesEntryMapperServiceProcessor. getServicesEntry(Type mapperType, GeneratedType model)
-