Uses of Class
org.mapstruct.ap.internal.util.AccessorNamingUtils
-
Packages that use AccessorNamingUtils Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.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 AccessorNamingUtils in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return AccessorNamingUtils Modifier and Type Method Description AccessorNamingUtils
MappingBuilderContext. getAccessorNaming()
Constructors in org.mapstruct.ap.internal.model with parameters of type AccessorNamingUtils Constructor Description MappingBuilderContext(TypeFactory typeFactory, ElementUtils elementUtils, TypeUtils typeUtils, FormattingMessager messager, 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 AccessorNamingUtils Constructor Description Type(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 AccessorNamingUtils Modifier and Type Method Description AccessorNamingUtils
DefaultModelElementProcessorContext. getAccessorNaming()
AccessorNamingUtils
ModelElementProcessor.ProcessorContext. getAccessorNaming()
-
Uses of AccessorNamingUtils in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return AccessorNamingUtils Modifier and Type Method Description AccessorNamingUtils
AnnotationProcessorContext. getAccessorNaming()
Constructors in org.mapstruct.ap.internal.util with parameters of type AccessorNamingUtils Constructor Description Filters(AccessorNamingUtils accessorNaming, TypeUtils typeUtils, TypeMirror typeMirror)
-