Uses of Class
org.mapstruct.ap.internal.util.accessor.AccessorType
-
Packages that use AccessorType Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.util.accessor -
-
Uses of AccessorType in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type AccessorType Modifier and Type Method Description CollectionAssignmentBuilderCollectionAssignmentBuilder. targetAccessorType(AccessorType targetAccessorType) -
Uses of AccessorType in org.mapstruct.ap.internal.util.accessor
Methods in org.mapstruct.ap.internal.util.accessor that return AccessorType Modifier and Type Method Description AccessorTypeAccessor. getAccessorType()AccessorTypeDelegateAccessor. getAccessorType()AccessorTypeElementAccessor. getAccessorType()AccessorTypeExecutableElementAccessor. getAccessorType()AccessorTypeMapValueAccessor. getAccessorType()AccessorTypeParameterElementAccessor. getAccessorType()AccessorTypeRecordElementAccessor. getAccessorType()static AccessorTypeAccessorType. valueOf(String name)Returns 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 AccessorType Constructor Description ElementAccessor(Element element, AccessorType accessorType)ExecutableElementAccessor(ExecutableElement element, TypeMirror accessedType, AccessorType accessorType)
-