Uses of Class
org.mapstruct.ap.internal.model.common.ImplementationType
Packages that use ImplementationType
Package
Description
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
-
Uses of ImplementationType in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return ImplementationTypeModifier and TypeMethodDescriptionCreates newImplementationTypethat has the sameinitialCapacityConstructorandloadFactorAdjustment, but a different underlyingTypeType.getImplementation()static ImplementationTypeImplementationType.withDefaultConstructor(Type type) static ImplementationTypeImplementationType.withFactoryMethod(Type type, String factoryMethodName) static ImplementationTypeImplementationType.withInitialCapacity(Type type) static ImplementationTypeImplementationType.withLoadFactorAdjustment(Type type) Constructors in org.mapstruct.ap.internal.model.common with parameters of type ImplementationTypeModifierConstructorDescriptionType(TypeUtils typeUtils, ElementUtils elementUtils, TypeFactory typeFactory, AccessorNamingUtils accessorNaming, TypeMirror typeMirror, TypeElement typeElement, List<Type> typeParameters, ImplementationType implementationType, Type componentType, String packageName, String name, String qualifiedName, boolean isInterface, boolean isEnumType, boolean isIterableType, boolean isCollectionType, boolean isMapType, boolean isStreamType, Map<String, String> toBeImportedTypes, Map<String, String> notToBeImportedTypes, Boolean isToBeImported, boolean isLiteral, boolean loggingVerbose)