Uses of Class
org.mapstruct.ap.internal.model.Decorator
-
Packages that use Decorator Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files. -
-
Uses of Decorator in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as Decorator Modifier and Type Field Description private DecoratorMapper.Builder. decoratorprivate DecoratorMapper. decoratorMethods in org.mapstruct.ap.internal.model that return Decorator Modifier and Type Method Description DecoratorDecorator.Builder. build()DecoratorMapper. getDecorator()Methods in org.mapstruct.ap.internal.model with parameters of type Decorator Modifier and Type Method Description Mapper.BuilderMapper.Builder. decorator(Decorator decorator)Constructors in org.mapstruct.ap.internal.model with parameters of type Decorator Constructor Description 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) -
Uses of Decorator in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return Decorator Modifier and Type Method Description private DecoratorMapperCreationProcessor. getDecorator(javax.lang.model.element.TypeElement element, java.util.List<SourceMethod> methods, MapperOptions mapperOptions)Methods in org.mapstruct.ap.internal.processor with parameters of type Decorator Modifier and Type Method Description private AnnotatedConstructorAnnotationBasedComponentModelProcessor. buildAnnotatedConstructorForDecorator(Decorator decorator)private ServicesEntryMapperServiceProcessor. getServicesEntry(Decorator decorator)
-