Uses of Class
org.mapstruct.ap.MappingProcessor.DeferredMapper
-
Packages that use MappingProcessor.DeferredMapper Package Description org.mapstruct.ap This package and it sub-packages contain the implementation of the MapStruct annotation processor. -
-
Uses of MappingProcessor.DeferredMapper in org.mapstruct.ap
Fields in org.mapstruct.ap with type parameters of type MappingProcessor.DeferredMapper Modifier and Type Field Description private java.util.Set<MappingProcessor.DeferredMapper>MappingProcessor. deferredMappersAny mappers for which an implementation cannot be generated in the current round because they have source/target types with incomplete hierarchies (as super-types are to be generated by other processors).
-