Uses of Class
org.mapstruct.ap.internal.model.common.ImplementationType
-
Packages that use ImplementationType Package Description org.mapstruct.ap.internal.model.common 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
Fields in org.mapstruct.ap.internal.model.common declared as ImplementationType Modifier and Type Field Description private ImplementationTypeType. implementationTypeFields in org.mapstruct.ap.internal.model.common with type parameters of type ImplementationType Modifier and Type Field Description private java.util.Map<java.lang.String,ImplementationType>TypeFactory. implementationTypesMethods in org.mapstruct.ap.internal.model.common that return ImplementationType Modifier and Type Method Description ImplementationTypeImplementationType. createNew(Type type)Creates newImplementationTypethat has the sameinitialCapacityConstructorandloadFactorAdjustment, but a different underlyingTypeImplementationTypeType. getImplementation()private ImplementationTypeTypeFactory. getImplementationType(javax.lang.model.type.TypeMirror mirror)static ImplementationTypeImplementationType. withDefaultConstructor(Type type)static ImplementationTypeImplementationType. withInitialCapacity(Type type)static ImplementationTypeImplementationType. withLoadFactorAdjustment(Type type)Constructors in org.mapstruct.ap.internal.model.common with parameters of type ImplementationType Constructor Description Type(TypeUtils typeUtils, ElementUtils elementUtils, TypeFactory typeFactory, AccessorNamingUtils accessorNaming, javax.lang.model.type.TypeMirror typeMirror, javax.lang.model.element.TypeElement typeElement, java.util.List<Type> typeParameters, ImplementationType implementationType, Type componentType, java.lang.String packageName, java.lang.String name, java.lang.String qualifiedName, boolean isInterface, boolean isEnumType, boolean isIterableType, boolean isCollectionType, boolean isMapType, boolean isStreamType, java.util.Map<java.lang.String,java.lang.String> toBeImportedTypes, java.util.Map<java.lang.String,java.lang.String> notToBeImportedTypes, java.lang.Boolean isToBeImported, boolean isLiteral, boolean loggingVerbose)
-