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()AccessorTypeExecutableElementAccessor. getAccessorType()AccessorTypeFieldElementAccessor. getAccessorType()AccessorTypeMapValueAccessor. getAccessorType()AccessorTypeMapValuePresenceChecker. getAccessorType()AccessorTypeParameterElementAccessor. 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 ExecutableElementAccessor(ExecutableElement element, TypeMirror accessedType, AccessorType accessorType)
-