You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/API-en.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Alias definitions (only for EasyObjectExtract): FieldExpression#Alias
24
24
## 2. API
25
25
EasyObjectUtils It includes the following components:
26
26
27
-
1.**EasyObjectExtract**:Extraction of the object. Using field expression from the object (`FieldExpression`) to extract the specified property deposited **key-value** Map collection.
27
+
1.**EasyObjectExtract**:Extraction of the object. Using field expression from the object (`FieldExpression`) to extract the specified property deposited **key-value** Map collection.<br/>
28
28
**Scene**: JSON output, specify the output attributes and values extracted from the object.
29
29
```JAVA
30
30
/**
@@ -43,14 +43,14 @@ EasyObjectUtils It includes the following components:
2.**EasyObjectFilter**:Object filtering. The JavaBean object properties of special characters (<,>, ...) to filter out, into the escape character; or custom character transformation maps.
53
+
2.**EasyObjectFilter**:Object filtering. The JavaBean object properties of special characters (<,>, ...) to filter out, into the escape character; or custom character transformation maps.<br/>
54
54
**Scene** : the special character JavaBean object properties contains a string to filter into character entity; or a character string property objects included replacing all the specified character. For example, the data in the file upload Struts2 package submitted to the object, a special string to the user object may contain submitted escaped.
55
55
```JAVA
56
56
/**
@@ -75,7 +75,7 @@ EasyObjectUtils It includes the following components:
75
75
EasyObjectExtract.filter(news,replaceMap);
76
76
```
77
77
78
-
3.**EasyObjectSetNull**:Object Properties empty. Using field expressions (`FieldExpression`) specified property set to null object.
78
+
3.**EasyObjectSetNull**:Object Properties empty. Using field expressions (`FieldExpression`) specified property set to null object.<br/>
79
79
**Scene** : Hibernate object loaded some delay attribute set can not be loaded is empty, to prevent abnormal when no session serialized property.
@@ -56,28 +59,28 @@ EasyObjectUtils is EasyCommons project group obejct operations component.
56
59
57
60
-**EasyObjectUtils core:**
58
61
59
-
1.**EasyObjectExtract**: extraction of the object. Using field expression from the object (`FieldExpression`) to extract the specified property deposited **key-value** Map collection.
60
-
**Scene**: JSON output, specify the output attributes and values extracted from the object.
62
+
1.**EasyObjectExtract**: extraction of the object. Using field expression from the object (`FieldExpression`) to extract the specified property deposited **key-value** Map collection.<br/>
63
+
**Scene**: JSON output, specify the output attributes and values extracted from the object.
61
64
62
-
2.**EasyObjectFilter**: JavaBean Object property filtering. The object of special characters (<,>, ...) to filter out, into the escape character; or custom character transformation maps.
65
+
2.**EasyObjectFilter**: JavaBean Object property filtering. The object of special characters (<,>, ...) to filter out, into the escape character; or custom character transformation maps.<br/>
63
66
**Scene** : the special character JavaBean Object property contains a string to filter into character entity; or a character string property objects included replacing all the specified character. For example, the data in the file upload Struts2 package submitted to the object, a special string to the user object may contain submitted escaped.
64
67
65
-
3.**EasyObjectSetNull**: Object Properties empty. Using field expressions Language(`FieldExpression`) specified property set to null object.
66
-
**Scene**: Hibernate object loaded some delay attribute set can not be loaded is empty, to prevent abnormal when no session serialized property.
68
+
3.**EasyObjectSetNull**: Object Properties empty. Using field expressions Language(`FieldExpression`) specified property set to null object.<br/>
69
+
**Scene**: Hibernate object loaded some delay attribute set can not be loaded is empty, to prevent abnormal when no session serialized property.
67
70
68
71
-**EasyObject FieldExpression language**
69
72
EasyObjectUtils the tools used to **EasyObject FieldExpression (field expression) language** for property positioning when you operate object.
70
73
71
74
Syntax:
72
-
```
73
-
Specified attributes: property
74
-
Specify the attribute that: property.property
75
-
Each object in the specified collection: {collection}
76
-
Each object in the specified array: [array] Attribute specifies for each object in the collection: {collection} .property
77
-
Attribute specifies for each object in the array: [array] .property
78
-
79
-
Alias definitions (only for EasyObjectExtract): FieldExpression#Alias
80
-
```
75
+
```
76
+
Specified attributes: property
77
+
Specify the attribute that: property.property
78
+
Each object in the specified collection: {collection}
79
+
Each object in the specified array: [array] Attribute specifies for each object in the collection: {collection} .property
80
+
Attribute specifies for each object in the array: [array] .property
81
+
82
+
Alias definitions (only for EasyObjectExtract): FieldExpression#Alias
83
+
```
81
84
82
85
[EasyObjectUtils API - English](doc/API-en.md"EasyObjectUtils API")
0 commit comments