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.beanmapping helper classes used inBeanMappingMethodorg.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 CollectionAssignmentBuilderCollectionAssignmentBuilder. targetReadAccessor(Accessor targetReadAccessor)Method parameters in org.mapstruct.ap.internal.model with type arguments of type Accessor Modifier and Type Method Description NestedTargetPropertyMappingHolder.BuilderNestedTargetPropertyMappingHolder.Builder. targetPropertiesWriteAccessors(Map<String,Accessor> targetPropertiesWriteAccessors) -
Uses of Accessor in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return Accessor Modifier and Type Method Description AccessorPropertyEntry. getPresenceChecker()AccessorPropertyEntry. getReadAccessor()Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type Accessor Modifier and Type Method Description static PropertyEntryPropertyEntry. forSourceReference(String[] name, Accessor readAccessor, Accessor presenceChecker, Type type)Constructor used to createSourceReferenceproperty entries from a mappingSourceReference.BuilderFromPropertySourceReference.BuilderFromProperty. presenceChecker(Accessor presenceChecker)SourceReference.BuilderFromPropertySourceReference.BuilderFromProperty. readAccessor(Accessor readAccessor) -
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. getPropertyPresenceCheckers()getPropertyPresenceCheckersMap<String,Accessor>Type. getPropertyReadAccessors()getPropertyReadAccessorsMap<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)TypeTypeFactory. getReturnType(DeclaredType includingType, Accessor accessor)ParameterTypeFactory. 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. fieldsIn(List<VariableElement> accessors)List<Accessor>Filters. getterMethodsIn(List<ExecutableElement> elements)List<Accessor>Filters. presenceCheckMethodsIn(List<ExecutableElement> elements)Map<String,Accessor>Filters. recordAccessorsIn(Collection<Element> recordComponents)List<Accessor>Filters. setterMethodsIn(List<ExecutableElement> elements)Methods in org.mapstruct.ap.internal.util with parameters of type Accessor Modifier and Type Method Description StringAccessorNamingUtils. getElementNameForAdder(Accessor adderMethod)static booleanExecutables. isFinal(Accessor accessor)static ValueProviderValueProvider. of(Accessor accessor)Creates aValueProviderfrom the providedaccessor. -
Uses of Accessor in org.mapstruct.ap.internal.util.accessor
Classes in org.mapstruct.ap.internal.util.accessor that implement Accessor Modifier and Type Class Description classExecutableElementAccessorAnAccessorthat wraps anExecutableElement.classFieldElementAccessorAnAccessorthat wraps aVariableElement.classMapValueAccessorAnAccessorthat wraps a Map value.classMapValuePresenceCheckerAnAccessorthat wraps a Map value.classParameterElementAccessorAnAccessorthat wraps aVariableElement.
-