Uses of Interface
org.mapstruct.ap.internal.version.VersionInformation
Packages that use VersionInformation
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
Several helper types dealing with collection types, option management etc.
-
Uses of VersionInformation in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as VersionInformationModifier and TypeFieldDescriptionprotected VersionInformationGeneratedType.GeneratedTypeBuilder.versionInformationMethods in org.mapstruct.ap.internal.model that return VersionInformationModifier and TypeMethodDescriptionGeneratedType.getVersionInformation()MappingBuilderContext.getVersionInformation()Methods in org.mapstruct.ap.internal.model with parameters of type VersionInformationModifier and TypeMethodDescriptionGeneratedType.GeneratedTypeBuilder.versionInformation(VersionInformation versionInformation) Constructors in org.mapstruct.ap.internal.model with parameters of type VersionInformationModifierConstructorDescriptionprotectedGeneratedType(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 VersionInformation in org.mapstruct.ap.internal.model.common
Constructors in org.mapstruct.ap.internal.model.common with parameters of type VersionInformationModifierConstructorDescriptionTypeFactory(ElementUtils elementUtils, TypeUtils typeUtils, FormattingMessager messager, RoundContext roundContext, Map<String, String> notToBeImportedTypes, boolean loggingVerbose, VersionInformation versionInformation) -
Uses of VersionInformation in org.mapstruct.ap.internal.model.presence
Methods in org.mapstruct.ap.internal.model.presence that return VersionInformationConstructors in org.mapstruct.ap.internal.model.presence with parameters of type VersionInformationModifierConstructorDescriptionOptionalPresenceCheck(String sourceReference, VersionInformation versionInformation) OptionalPresenceCheck(String sourceReference, VersionInformation versionInformation, boolean negate) -
Uses of VersionInformation in org.mapstruct.ap.internal.processor
Classes in org.mapstruct.ap.internal.processor that implement VersionInformationModifier and TypeClassDescriptionclassProvides information about the processor version and the processor context implementation version.Methods in org.mapstruct.ap.internal.processor that return VersionInformationModifier and TypeMethodDescriptionDefaultModelElementProcessorContext.getVersionInformation()ModelElementProcessor.ProcessorContext.getVersionInformation() -
Uses of VersionInformation in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util with parameters of type VersionInformationModifier and TypeMethodDescriptionstatic ElementUtilsElementUtils.create(ProcessingEnvironment processingEnvironment, VersionInformation info, TypeElement mapperElement) static TypeUtilsTypeUtils.create(ProcessingEnvironment processingEnvironment, VersionInformation info)