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
Fields in org.mapstruct.ap.internal.model declared as AccessorType Modifier and Type Field Description private AccessorTypeCollectionAssignmentBuilder. targetAccessorTypeprotected AccessorTypePropertyMapping.MappingBuilderBase. targetWriteAccessorTypeMethods in org.mapstruct.ap.internal.model with parameters of type AccessorType Modifier and Type Method Description private AssignmentPropertyMapping.PropertyMappingBuilder. assignToCollection(Type targetType, AccessorType targetAccessorType, Assignment rhs)private AssignmentPropertyMapping.PropertyMappingBuilder. assignToPlain(Type targetType, AccessorType targetAccessorType, Assignment rightHandSide)CollectionAssignmentBuilderCollectionAssignmentBuilder. targetAccessorType(AccessorType targetAccessorType) -
Uses of AccessorType in org.mapstruct.ap.internal.util.accessor
Fields in org.mapstruct.ap.internal.util.accessor declared as AccessorType Modifier and Type Field Description private AccessorTypeExecutableElementAccessor. accessorTypeMethods in org.mapstruct.ap.internal.util.accessor that return AccessorType Modifier and Type Method Description AccessorTypeAccessor. getAccessorType()AccessorTypeDelegateAccessor. getAccessorType()AccessorTypeExecutableElementAccessor. getAccessorType()AccessorTypeFieldElementAccessor. getAccessorType()AccessorTypeMapValueAccessor. getAccessorType()AccessorTypeParameterElementAccessor. getAccessorType()static AccessorTypeAccessorType. valueOf(java.lang.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 ExecutableElementAccessor(javax.lang.model.element.ExecutableElement element, javax.lang.model.type.TypeMirror accessedType, AccessorType accessorType)
-