Uses of Enum
org.mapstruct.ap.internal.util.accessor.AccessorType
Packages that use AccessorType
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of AccessorType in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as AccessorTypeModifier and TypeFieldDescriptionprotected AccessorTypePropertyMapping.MappingBuilderBase.targetWriteAccessorTypeprotected AccessorTypePropertyMapping.MappingBuilderBase.targetWriteAccessorTypeprotected AccessorTypePropertyMapping.MappingBuilderBase.targetWriteAccessorTypeMethods in org.mapstruct.ap.internal.model with parameters of type AccessorTypeModifier and TypeMethodDescriptionCollectionAssignmentBuilder.targetAccessorType(AccessorType targetAccessorType) -
Uses of AccessorType in org.mapstruct.ap.internal.util.accessor
Methods in org.mapstruct.ap.internal.util.accessor that return AccessorTypeModifier and TypeMethodDescriptionAccessor.getAccessorType()DelegateAccessor.getAccessorType()ElementAccessor.getAccessorType()MapValueAccessor.getAccessorType()static AccessorTypeReturns the enum constant of this type with the specified name.static AccessorType[]AccessorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mapstruct.ap.internal.util.accessor with parameters of type AccessorTypeModifierConstructorDescriptionElementAccessor(Element element, TypeMirror accessedType, AccessorType accessorType)