Uses of Interface
org.mapstruct.ap.internal.util.accessor.ReadAccessor
-
Packages that use ReadAccessor Package Description org.mapstruct.ap.internal.model.beanmapping helper classes used inBeanMappingMethod
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.util Several helper types dealing with collection types, option management etc.org.mapstruct.ap.internal.util.accessor -
-
Uses of ReadAccessor in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return ReadAccessor Modifier and Type Method Description ReadAccessor
PropertyEntry. getReadAccessor()
Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type ReadAccessor Modifier and Type Method Description static PropertyEntry
PropertyEntry. forSourceReference(String[] name, ReadAccessor readAccessor, PresenceCheckAccessor presenceChecker, Type type)
Constructor used to createSourceReference
property entries from a mappingSourceReference.BuilderFromProperty
SourceReference.BuilderFromProperty. readAccessor(ReadAccessor readAccessor)
-
Uses of ReadAccessor in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return ReadAccessor Modifier and Type Method Description ReadAccessor
Type. getReadAccessor(String propertyName, boolean allowedMapToBean)
Methods in org.mapstruct.ap.internal.model.common that return types with arguments of type ReadAccessor Modifier and Type Method Description Map<String,ReadAccessor>
Type. getPropertyReadAccessors()
getPropertyReadAccessors -
Uses of ReadAccessor in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return types with arguments of type ReadAccessor Modifier and Type Method Description List<ReadAccessor>
Filters. getterMethodsIn(List<ExecutableElement> elements)
Map<String,ReadAccessor>
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 ReadAccessor Modifier and Type Class Description class
MapValueAccessor
AnAccessor
that wraps a Map value.class
ReadDelegateAccessor
Methods in org.mapstruct.ap.internal.util.accessor that return ReadAccessor Modifier and Type Method Description static ReadAccessor
ReadAccessor. fromField(VariableElement variableElement)
static ReadAccessor
ReadAccessor. fromGetter(ExecutableElement element, TypeMirror accessedType)
static ReadAccessor
ReadAccessor. fromRecordComponent(Element element)
-