Uses of Interface
org.mapstruct.ap.internal.version.VersionInformation
-
Packages that use VersionInformation 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.org.mapstruct.ap.internal.util 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 VersionInformation Modifier and Type Field Description protected VersionInformation
GeneratedType.GeneratedTypeBuilder. versionInformation
Methods in org.mapstruct.ap.internal.model that return VersionInformation Modifier and Type Method Description VersionInformation
GeneratedType. getVersionInformation()
Methods in org.mapstruct.ap.internal.model with parameters of type VersionInformation Modifier and Type Method Description T
GeneratedType.GeneratedTypeBuilder. versionInformation(VersionInformation versionInformation)
Constructors in org.mapstruct.ap.internal.model with parameters of type VersionInformation 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)
-
Uses of VersionInformation in org.mapstruct.ap.internal.processor
Classes in org.mapstruct.ap.internal.processor that implement VersionInformation Modifier and Type Class Description class
DefaultVersionInformation
Provides information about the processor version and the processor context implementation version.Methods in org.mapstruct.ap.internal.processor that return VersionInformation Modifier and Type Method Description VersionInformation
DefaultModelElementProcessorContext. getVersionInformation()
VersionInformation
ModelElementProcessor.ProcessorContext. getVersionInformation()
-
Uses of VersionInformation in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util with parameters of type VersionInformation Modifier and Type Method Description static ElementUtils
ElementUtils. create(ProcessingEnvironment processingEnvironment, VersionInformation info, TypeElement mapperElement)
static TypeUtils
TypeUtils. create(ProcessingEnvironment processingEnvironment, VersionInformation info)
-