Uses of Class
org.mapstruct.ap.internal.model.source.SourceMethod.Builder
Packages that use SourceMethod.Builder
Package
Description
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
-
Uses of SourceMethod.Builder in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return SourceMethod.BuilderModifier and TypeMethodDescriptionSourceMethod.Builder.setBeanMappingOptions(BeanMappingOptions beanMapping) SourceMethod.Builder.setConditionOptions(Set<ConditionOptions> conditionOptions) SourceMethod.Builder.setContextProvidedMethods(ParameterProvidedMethods contextProvidedMethods) SourceMethod.Builder.setDeclaringMapper(Type declaringMapper) SourceMethod.Builder.setDefiningType(Type definingType) SourceMethod.Builder.setEnumMappingOptions(EnumMappingOptions enumMappingOptions) SourceMethod.Builder.setExceptionTypes(List<Type> exceptionTypes) SourceMethod.Builder.setExecutable(ExecutableElement executable) SourceMethod.Builder.setIterableMappingOptions(IterableMappingOptions iterableMapping) SourceMethod.Builder.setMapMappingOptions(MapMappingOptions mapMapping) SourceMethod.Builder.setMapper(MapperOptions mapper) SourceMethod.Builder.setMappingOptions(Set<MappingOptions> mappings) SourceMethod.Builder.setParameters(List<Parameter> parameters) SourceMethod.Builder.setPrototypeMethods(List<SourceMethod> prototypeMethods) SourceMethod.Builder.setReturnType(Type returnType) SourceMethod.Builder.setSubclassMappings(Set<SubclassMappingOptions> subclassMappings) SourceMethod.Builder.setSubclassValidator(SubclassValidator subclassValidator) SourceMethod.Builder.setTypeFactory(TypeFactory typeFactory) SourceMethod.Builder.setTypeUtils(TypeUtils typeUtils) SourceMethod.Builder.setValueMappingOptionss(List<ValueMappingOptions> valueMappings) SourceMethod.Builder.setVerboseLogging(boolean verboseLogging)