Uses of Class
org.mapstruct.ap.internal.option.Options
Packages that use Options
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another
or instantiating the target type of a mapping method, respectively.
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 OptionsMethods in org.mapstruct.ap.internal.model that return OptionsMethods in org.mapstruct.ap.internal.model with parameters of type OptionsConstructors in org.mapstruct.ap.internal.model with parameters of type OptionsModifierConstructorDescriptionprotectedGeneratedType(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, VersionInformation versionInformation, 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 OptionsModifier and TypeMethodDescriptionstatic MapperOptionsMapperOptions.getInstanceOn(TypeElement typeElement, Options options) -
Uses of Options in org.mapstruct.ap.internal.model.source.selector
Constructors in org.mapstruct.ap.internal.model.source.selector with parameters of type OptionsModifierConstructorDescriptionMethodSelectors(TypeUtils typeUtils, ElementUtils elementUtils, FormattingMessager messager, Options options) -
Uses of Options in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return OptionsModifier and TypeMethodDescriptionDefaultModelElementProcessorContext.getOptions()ModelElementProcessor.ProcessorContext.getOptions()Constructors in org.mapstruct.ap.internal.processor with parameters of type OptionsModifierConstructorDescriptionDefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment, Options options, RoundContext roundContext, Map<String, String> notToBeImported, TypeElement mapperElement)