File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
android/src/main/java/net/servicestack/client
client/src/main/java/net/servicestack/client Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
import com .google .gson .Gson ;
7
7
import com .google .gson .GsonBuilder ;
8
- import com .google .gson .JsonArray ;
9
8
import com .google .gson .JsonElement ;
10
9
import com .google .gson .JsonObject ;
11
10
16
15
import java .io .InputStreamReader ;
17
16
import java .io .UnsupportedEncodingException ;
18
17
import java .lang .reflect .Field ;
19
- import java .lang .reflect .Modifier ;
20
18
import java .lang .reflect .Type ;
21
19
import java .net .HttpURLConnection ;
22
20
import java .net .URL ;
23
21
import java .net .URLEncoder ;
24
22
import java .nio .charset .Charset ;
25
- import java .util .ArrayList ;
26
23
import java .util .Date ;
27
- import java .util .Iterator ;
28
24
import java .util .Map ;
29
25
import java .util .UUID ;
30
26
Original file line number Diff line number Diff line change 56
56
/// Gets or sets route to which applies attribute, matches using StartsWith. By default applies to all routes.
57
57
/// </summary>
58
58
public String Route () default "" ;
59
+
60
+ /// <summary>
61
+ /// Whether to exclude this property from being included in the ModelSchema
62
+ /// </summary>
63
+ public boolean ExcludeInSchema () default false ;
59
64
}
You can’t perform that action at this time.
0 commit comments