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 classAnnotatedConstructorRepresents a constructor that is used for constructor injection.classDecoratorConstructorRepresents the constructor of a decorator.classNoArgumentConstructorRepresents a constructor that is used for constructor injection.Methods in org.mapstruct.ap.internal.model that return Constructor Modifier and Type Method Description ConstructorGeneratedType. getConstructor()Methods in org.mapstruct.ap.internal.model with parameters of type Constructor Modifier and Type Method Description static 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 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)
-