Uses of Class
org.mapstruct.ap.internal.model.DecoratorConstructor
-
Packages that use DecoratorConstructor Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of DecoratorConstructor in org.mapstruct.ap.internal.model
Constructors in org.mapstruct.ap.internal.model with parameters of type DecoratorConstructor Constructor Description Decorator(TypeFactory typeFactory, java.lang.String packageName, java.lang.String name, Type decoratorType, Type mapperType, java.util.List<MappingMethod> methods, Options options, VersionInformation versionInformation, boolean suppressGeneratorTimestamp, Accessibility accessibility, java.util.SortedSet<Type> extraImports, DecoratorConstructor decoratorConstructor)
-