Uses of Interface
org.mapstruct.ap.internal.util.accessor.Accessor
-
Packages that use Accessor 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.util Several helper types dealing with collection types, option management etc.org.mapstruct.ap.internal.util.accessor -
-
Uses of Accessor in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type Accessor Modifier and Type Method Description CollectionAssignmentBuilder
CollectionAssignmentBuilder. targetReadAccessor(Accessor targetReadAccessor)
Method parameters in org.mapstruct.ap.internal.model with type arguments of type Accessor Modifier and Type Method Description NestedTargetPropertyMappingHolder.Builder
NestedTargetPropertyMappingHolder.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 Accessor Modifier and Type Method Description Map<String,Accessor>
Type. 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 Accessor Modifier and Type Method Description List<Parameter>
TypeFactory. getParameters(DeclaredType includingType, Accessor accessor)
Type
TypeFactory. getReturnType(DeclaredType includingType, Accessor accessor)
Parameter
TypeFactory. getSingleParameter(DeclaredType includingType, Accessor method)
List<Type>
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 Accessor Modifier and Type Method Description List<Accessor>
Filters. adderMethodsIn(List<ExecutableElement> elements)
List<Accessor>
Filters. setterMethodsIn(List<ExecutableElement> elements)
Methods in org.mapstruct.ap.internal.util with parameters of type Accessor Modifier and Type Method Description String
AccessorNamingUtils. getElementNameForAdder(Accessor adderMethod)
static boolean
Executables. isFinal(Accessor accessor)
-
Uses of Accessor in org.mapstruct.ap.internal.util.accessor
Subinterfaces of Accessor in org.mapstruct.ap.internal.util.accessor Modifier and Type Interface Description interface
ReadAccessor
Classes in org.mapstruct.ap.internal.util.accessor that implement Accessor Modifier and Type Class Description class
DelegateAccessor
class
ElementAccessor
AnAccessor
that wraps aVariableElement
.class
ExecutableElementAccessor
AnAccessor
that wraps anExecutableElement
.class
MapValueAccessor
AnAccessor
that wraps a Map value.class
ParameterElementAccessor
AnAccessor
that wraps aVariableElement
.class
ReadDelegateAccessor
class
RecordElementAccessor
AnAccessor
that wraps aVariableElement
.Fields in org.mapstruct.ap.internal.util.accessor declared as Accessor Modifier and Type Field Description protected Accessor
DelegateAccessor. delegate
Constructors in org.mapstruct.ap.internal.util.accessor with parameters of type Accessor Constructor Description DelegateAccessor(Accessor delegate)
ReadDelegateAccessor(Accessor delegate)
-