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.Fields in org.mapstruct.ap.internal.model declared as Constructor Modifier and Type Field Description private ConstructorGeneratedType. constructorMethods 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(java.lang.String name, java.util.List<AnnotationMapperReference> mapperReferences, java.util.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, java.lang.String packageName, java.lang.String name, Type mapperDefinitionType, java.util.List<MappingMethod> methods, java.util.List<Field> fields, Options options, VersionInformation versionInformation, boolean suppressGeneratorTimestamp, Accessibility accessibility, java.util.SortedSet<Type> extraImportedTypes, Constructor constructor)Mapper(TypeFactory typeFactory, java.lang.String packageName, java.lang.String name, Type mapperDefinitionType, boolean customPackage, boolean customImplName, java.util.List<MappingMethod> methods, Options options, VersionInformation versionInformation, boolean suppressGeneratorTimestamp, Accessibility accessibility, java.util.List<Field> fields, Constructor constructor, Decorator decorator, java.util.SortedSet<Type> extraImportedTypes)
-