Uses of Interface
org.mapstruct.ap.internal.util.accessor.ReadAccessor
Packages that use ReadAccessor
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
helper classes used in
BeanMappingMethod
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 ReadAccessor in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as ReadAccessorModifier and TypeFieldDescriptionprotected ReadAccessorPropertyMapping.MappingBuilderBase.targetReadAccessorprotected ReadAccessorPropertyMapping.MappingBuilderBase.targetReadAccessorprotected ReadAccessorPropertyMapping.MappingBuilderBase.targetReadAccessor -
Uses of ReadAccessor in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return ReadAccessorMethods in org.mapstruct.ap.internal.model.beanmapping with parameters of type ReadAccessorModifier and TypeMethodDescriptionstatic PropertyEntryPropertyEntry.forSourceReference(String[] name, ReadAccessor readAccessor, PresenceCheckAccessor presenceChecker, Type type) Constructor used to createSourceReferenceproperty entries from a mappingSourceReference.BuilderFromProperty.readAccessor(ReadAccessor readAccessor) -
Uses of ReadAccessor in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return ReadAccessorModifier and TypeMethodDescriptionType.getReadAccessor(String propertyName, boolean allowedMapToBean) Methods in org.mapstruct.ap.internal.model.common that return types with arguments of type ReadAccessor -
Uses of ReadAccessor in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return types with arguments of type ReadAccessorModifier and TypeMethodDescriptionFilters.getterMethodsIn(List<ExecutableElement> elements) Filters.recordAccessorsIn(Collection<Element> recordComponents) -
Uses of ReadAccessor in org.mapstruct.ap.internal.util.accessor
Classes in org.mapstruct.ap.internal.util.accessor that implement ReadAccessorModifier and TypeClassDescriptionclassAnAccessorthat wraps a Map value.classReadAccessorthat delegates to anotherAccessorand requires an implementation ofDelegateAccessor.getSimpleName()Methods in org.mapstruct.ap.internal.util.accessor that return ReadAccessorModifier and TypeMethodDescriptionstatic ReadAccessorReadAccessor.fromField(VariableElement variableElement, TypeMirror accessedType) static ReadAccessorReadAccessor.fromGetter(ExecutableElement element, TypeMirror accessedType) static ReadAccessorReadAccessor.fromRecordComponent(Element element, TypeMirror accessedType)