Uses of Class
org.mapstruct.ap.internal.util.AccessorNamingUtils
Packages that use AccessorNamingUtils
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 AccessorNamingUtils in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return AccessorNamingUtilsConstructors in org.mapstruct.ap.internal.model with parameters of type AccessorNamingUtilsModifierConstructorDescriptionMappingBuilderContext(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 AccessorNamingUtils in org.mapstruct.ap.internal.model.common
Constructors in org.mapstruct.ap.internal.model.common with parameters of type AccessorNamingUtilsModifierConstructorDescriptionType(TypeUtils typeUtils, ElementUtils elementUtils, TypeFactory typeFactory, AccessorNamingUtils accessorNaming, TypeMirror typeMirror, TypeElement typeElement, List<Type> typeParameters, ImplementationType implementationType, Type componentType, String packageName, String name, String qualifiedName, boolean isInterface, boolean isEnumType, boolean isIterableType, boolean isCollectionType, boolean isMapType, boolean isStreamType, Map<String, String> toBeImportedTypes, Map<String, String> notToBeImportedTypes, Boolean isToBeImported, boolean isLiteral, boolean loggingVerbose) -
Uses of AccessorNamingUtils in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return AccessorNamingUtilsModifier and TypeMethodDescriptionDefaultModelElementProcessorContext.getAccessorNaming()ModelElementProcessor.ProcessorContext.getAccessorNaming() -
Uses of AccessorNamingUtils in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return AccessorNamingUtilsConstructors in org.mapstruct.ap.internal.util with parameters of type AccessorNamingUtilsModifierConstructorDescriptionFilters(AccessorNamingUtils accessorNaming, TypeUtils typeUtils, TypeMirror typeMirror)