Uses of Interface
org.mapstruct.ap.internal.model.Constructor
Packages that use Constructor
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of Constructor in org.mapstruct.ap.internal.model
Classes in org.mapstruct.ap.internal.model that implement ConstructorModifier and TypeClassDescriptionclassRepresents a constructor that is used for constructor injection.classRepresents the constructor of a decorator.classRepresents a constructor that is used for constructor injection.Methods in org.mapstruct.ap.internal.model that return ConstructorMethods in org.mapstruct.ap.internal.model with parameters of type ConstructorModifier and TypeMethodDescriptionstatic AnnotatedConstructorAnnotatedConstructor.forComponentModels(String name, List<AnnotationMapperReference> mapperReferences, List<Annotation> annotations, Constructor constructor, boolean includeNoArgConstructor) voidGeneratedType.setConstructor(Constructor constructor) Constructors in org.mapstruct.ap.internal.model with parameters of type ConstructorModifierConstructorDescriptionprotectedGeneratedType(TypeFactory typeFactory, String packageName, String name, Type mapperDefinitionType, List<MappingMethod> methods, List<Field> fields, Options options, VersionInformation versionInformation, boolean suppressGeneratorTimestamp, Accessibility accessibility, SortedSet<Type> extraImportedTypes, Constructor constructor)