Uses of Class
org.mapstruct.ap.internal.model.source.builtin.BuiltInMethod
-
Packages that use BuiltInMethod Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.source.builtin Contains "built-in methods" which may be added as private methods to a generated mapper.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor -
-
Uses of BuiltInMethod in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type BuiltInMethod Modifier and Type Method Description static MethodReferenceMethodReference. forBuiltInMethod(BuiltInMethod method, ConversionContext contextParam)Constructors in org.mapstruct.ap.internal.model with parameters of type BuiltInMethod Constructor Description MethodReference(BuiltInMethod method, ConversionContext contextParam)SupportingMappingMethod(BuiltInMethod method, java.util.Set<Field> existingFields) -
Uses of BuiltInMethod in org.mapstruct.ap.internal.model.source.builtin
Fields in org.mapstruct.ap.internal.model.source.builtin with type parameters of type BuiltInMethod Modifier and Type Field Description private java.util.List<BuiltInMethod>BuiltInMappingMethods. builtInMethodsMethods in org.mapstruct.ap.internal.model.source.builtin that return types with arguments of type BuiltInMethod Modifier and Type Method Description java.util.List<BuiltInMethod>BuiltInMappingMethods. getBuiltInMethods() -
Uses of BuiltInMethod in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation with type parameters of type BuiltInMethod Modifier and Type Field Description private java.util.List<BuiltInMethod>MappingResolverImpl.ResolvingAttempt. builtInsMethod parameters in org.mapstruct.ap.internal.processor.creation with type arguments of type BuiltInMethod Modifier and Type Method Description private AssignmentMappingResolverImpl.ResolvingAttempt. toBuildInRef(SelectedMethod<BuiltInMethod> selectedMethod)
-