-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path解析和加载横切逻辑.drawio
82 lines (82 loc) · 7.96 KB
/
解析和加载横切逻辑.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<mxfile host="app.diagrams.net" modified="2022-01-05T16:23:52.008Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36" etag="cHDSLSUSorOehSJcK4dI" version="16.2.2" type="github">
<diagram id="kgpKYQtTHZ0yAKxKKP6v" name="Page-1">
<mxGraphModel dx="1945" dy="857" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="i9wUPoBJWXzgP86C2a1e-1" value="AbstractAutowireCapableBeanFactory" style="rounded=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="60" y="150" width="300" height="60" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontSize=16;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-4" target="i9wUPoBJWXzgP86C2a1e-5">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-4" value="createBean()" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="145" y="270" width="110" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-8" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontSize=16;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-5" target="i9wUPoBJWXzgP86C2a1e-7">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-5" value="resolveBeforeInstantiation()" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="80" y="360" width="240" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-11" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=16;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-7" target="i9wUPoBJWXzgP86C2a1e-10">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-7" value="applyBeanPostProcessorsBeforeInstantiation()" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="20" y="440" width="360" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-9" value="AbstractAutoProxyCreator" style="rounded=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="410" y="150" width="300" height="60" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-13" value="如果没有被解析过" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontSize=16;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-10" target="i9wUPoBJWXzgP86C2a1e-12">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-10" value="postProcessBeforeInstantiation()" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="425" y="270" width="260" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-15" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontSize=16;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-12" target="i9wUPoBJWXzgP86C2a1e-14">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-12" value="isInfrastructureClass()<br>判断是否是基础类型" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="425" y="370" width="260" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-18" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=16;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-14" target="i9wUPoBJWXzgP86C2a1e-17">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-14" value="shouldSkip()<br>判断是否应该跳过解析" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="425" y="470" width="260" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-16" value="AspectJAwareAdvisorAutoProxyCreator" style="rounded=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="740" y="150" width="300" height="60" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-26" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=16;fontColor=default;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-17" target="i9wUPoBJWXzgP86C2a1e-19">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-29" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=16;fontColor=default;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-17" target="i9wUPoBJWXzgP86C2a1e-27">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-17" value="findCandidateAdvisors()<br>找到候选的Advisors" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="760" y="270" width="260" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-19" value="shouldSkip()<br>找到候选的Advisors" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="760" y="360" width="260" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-31" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Helvetica;fontSize=16;fontColor=default;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-27" target="i9wUPoBJWXzgP86C2a1e-30">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-27" value="super.findCandidateAdvisors()<br>找到XML配置或其他非注解的Advisor" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="1115" y="270" width="275" height="40" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-28" value="AnnotationAwareAspectJAutoProxyCreator" style="rounded=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="1090" y="150" width="310" height="60" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-32" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.75;entryDx=0;entryDy=0;fontFamily=Helvetica;fontSize=16;fontColor=default;" edge="1" parent="1" source="i9wUPoBJWXzgP86C2a1e-30" target="i9wUPoBJWXzgP86C2a1e-17">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="i9wUPoBJWXzgP86C2a1e-30" value="buildAspectJAdvisors()<br>扫描并创建所有注解的Advisors" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="1">
<mxGeometry x="1115" y="350" width="275" height="40" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>