Uses of Interface
org.mapstruct.ap.internal.model.Constructor
-
Packages that use Constructor Package Description org.mapstruct.ap.internal.model 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 Constructor Modifier and Type Class Description class
AnnotatedConstructor
Represents a constructor that is used for constructor injection.class
DecoratorConstructor
Represents the constructor of a decorator.class
NoArgumentConstructor
Represents a constructor that is used for constructor injection.Methods in org.mapstruct.ap.internal.model that return Constructor Modifier and Type Method Description Constructor
GeneratedType. getConstructor()
Methods in org.mapstruct.ap.internal.model with parameters of type Constructor Modifier and Type Method Description static AnnotatedConstructor
AnnotatedConstructor. forComponentModels(String name, List<AnnotationMapperReference> mapperReferences, List<Annotation> annotations, Constructor constructor, boolean includeNoArgConstructor)
void
GeneratedType. setConstructor(Constructor constructor)
Constructors in org.mapstruct.ap.internal.model with parameters of type Constructor Constructor Description GeneratedType(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)
-