Uses of Class
org.mapstruct.ap.internal.option.Options
-
Packages that use Options Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API.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 Options in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as Options Modifier and Type Field Description protected Options
GeneratedType.GeneratedTypeBuilder. options
Methods in org.mapstruct.ap.internal.model that return Options Modifier and Type Method Description Options
MappingBuilderContext. getOptions()
Methods in org.mapstruct.ap.internal.model with parameters of type Options Modifier and Type Method Description T
GeneratedType.GeneratedTypeBuilder. options(Options options)
Constructors in org.mapstruct.ap.internal.model with parameters of type Options 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)
MappingBuilderContext(TypeFactory typeFactory, ElementUtils elementUtils, TypeUtils typeUtils, FormattingMessager messager, AccessorNamingUtils accessorNaming, EnumMappingStrategy enumMappingStrategy, Map<String,EnumTransformationStrategy> enumTransformationStrategies, Options options, MappingBuilderContext.MappingResolver mappingResolver, TypeElement mapper, List<SourceMethod> sourceModel, List<MapperReference> mapperReferences)
-
Uses of Options in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source with parameters of type Options Modifier and Type Method Description static MapperOptions
MapperOptions. getInstanceOn(TypeElement typeElement, Options options)
-
Uses of Options in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return Options Modifier and Type Method Description Options
DefaultModelElementProcessorContext. getOptions()
Options
ModelElementProcessor.ProcessorContext. getOptions()
Constructors in org.mapstruct.ap.internal.processor with parameters of type Options Constructor Description DefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment, Options options, RoundContext roundContext, Map<String,String> notToBeImported, TypeElement mapperElement)
-