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 VersionInformationGeneratedType.GeneratedTypeBuilder. versionInformationprivate VersionInformationGeneratedType. versionInformationMethods in org.mapstruct.ap.internal.model that return VersionInformation Modifier and Type Method Description VersionInformationGeneratedType. getVersionInformation()Methods in org.mapstruct.ap.internal.model with parameters of type VersionInformation Modifier and Type Method Description TGeneratedType.GeneratedTypeBuilder. versionInformation(VersionInformation versionInformation)Constructors in org.mapstruct.ap.internal.model with parameters of type VersionInformation Constructor Description Decorator(TypeFactory typeFactory, java.lang.String packageName, java.lang.String name, Type decoratorType, Type mapperType, java.util.List<MappingMethod> methods, Options options, VersionInformation versionInformation, boolean suppressGeneratorTimestamp, Accessibility accessibility, java.util.SortedSet<Type> extraImports, DecoratorConstructor decoratorConstructor)GeneratedType(TypeFactory typeFactory, java.lang.String packageName, java.lang.String name, Type mapperDefinitionType, java.util.List<MappingMethod> methods, java.util.List<Field> fields, Options options, VersionInformation versionInformation, boolean suppressGeneratorTimestamp, Accessibility accessibility, java.util.SortedSet<Type> extraImportedTypes, Constructor constructor)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 VersionInformation in org.mapstruct.ap.internal.processor
Classes in org.mapstruct.ap.internal.processor that implement VersionInformation Modifier and Type Class Description classDefaultVersionInformationProvides information about the processor version and the processor context implementation version.Fields in org.mapstruct.ap.internal.processor declared as VersionInformation Modifier and Type Field Description private VersionInformationDefaultModelElementProcessorContext. versionInformationprivate VersionInformationMapperCreationProcessor. versionInformationMethods in org.mapstruct.ap.internal.processor that return VersionInformation Modifier and Type Method Description VersionInformationDefaultModelElementProcessorContext. getVersionInformation()VersionInformationModelElementProcessor.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 ElementUtilsElementUtils. create(javax.annotation.processing.ProcessingEnvironment processingEnvironment, VersionInformation info, javax.lang.model.element.TypeElement mapperElement)static TypeUtilsTypeUtils. create(javax.annotation.processing.ProcessingEnvironment processingEnvironment, VersionInformation info)
-