Uses of Interface
org.mapstruct.ap.internal.util.accessor.Accessor
Packages that use Accessor
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.
Several helper types dealing with collection types, option management etc.
-
Uses of Accessor in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as AccessorModifier and TypeFieldDescriptionprotected AccessorPropertyMapping.MappingBuilderBase.targetWriteAccessorprotected AccessorPropertyMapping.MappingBuilderBase.targetWriteAccessorprotected AccessorPropertyMapping.MappingBuilderBase.targetWriteAccessorMethods in org.mapstruct.ap.internal.model with parameters of type AccessorModifier and TypeMethodDescriptionCollectionAssignmentBuilder.targetReadAccessor(Accessor targetReadAccessor) Method parameters in org.mapstruct.ap.internal.model with type arguments of type AccessorModifier and TypeMethodDescriptionNestedTargetPropertyMappingHolder.Builder.targetPropertiesWriteAccessors(Map<String, Accessor> targetPropertiesWriteAccessors) -
Uses of Accessor in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return types with arguments of type AccessorModifier and TypeMethodDescriptionType.getPropertyWriteAccessors(org.mapstruct.ap.internal.gem.CollectionMappingStrategyGem cmStrategy) getPropertyWriteAccessors returns a map of the write accessors according to the CollectionMappingStrategy.Methods in org.mapstruct.ap.internal.model.common with parameters of type AccessorModifier and TypeMethodDescriptionTypeFactory.getParameters(DeclaredType includingType, Accessor accessor) TypeFactory.getReturnType(DeclaredType includingType, Accessor accessor) TypeFactory.getSingleParameter(DeclaredType includingType, Accessor method) TypeFactory.getThrownTypes(Accessor accessor) -
Uses of Accessor in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return types with arguments of type AccessorModifier and TypeMethodDescriptionFilters.adderMethodsIn(List<ExecutableElement> elements) Filters.setterMethodsIn(List<ExecutableElement> elements) Methods in org.mapstruct.ap.internal.util with parameters of type AccessorModifier and TypeMethodDescriptionAccessorNamingUtils.getElementNameForAdder(Accessor adderMethod) static boolean -
Uses of Accessor in org.mapstruct.ap.internal.util.accessor
Subinterfaces of Accessor in org.mapstruct.ap.internal.util.accessorModifier and TypeInterfaceDescriptioninterfaceAnAccessorthat can be used for reading a property from a bean.Classes in org.mapstruct.ap.internal.util.accessor that implement AccessorModifier and TypeClassDescriptionclassclassclassAnAccessorthat wraps a Map value.classReadAccessorthat delegates to anotherAccessorand requires an implementation ofDelegateAccessor.getSimpleName()Fields in org.mapstruct.ap.internal.util.accessor declared as AccessorConstructors in org.mapstruct.ap.internal.util.accessor with parameters of type AccessorModifierConstructorDescriptionprotectedDelegateAccessor(Accessor delegate) protectedReadDelegateAccessor(Accessor delegate)