Uses of Class
org.mapstruct.ap.internal.model.ServicesEntry
-
Packages that use ServicesEntry Package Description 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 ServicesEntry in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return ServicesEntry Modifier and Type Method Description private ServicesEntryMapperServiceProcessor. getServicesEntry(Type mapperType, GeneratedType model)private ServicesEntryMapperServiceProcessor. getServicesEntry(Decorator decorator)private ServicesEntryMapperServiceProcessor. getServicesEntry(Mapper mapper)Methods in org.mapstruct.ap.internal.processor with parameters of type ServicesEntry Modifier and Type Method Description private voidMapperServiceProcessor. createSourceFile(ServicesEntry model, ModelWriter modelWriter, javax.annotation.processing.Filer filer)
-