Uses of Class
org.mapstruct.ap.internal.model.DefaultMapperReference
-
Packages that use DefaultMapperReference Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of DefaultMapperReference in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return DefaultMapperReference Modifier and Type Method Description static DefaultMapperReference
DefaultMapperReference. getInstance(Type type, boolean isAnnotatedMapper, boolean isSingleton, TypeFactory typeFactory, List<String> otherMapperReferences)
-