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 55
66import com .google .gson .Gson ;
77import com .google .gson .GsonBuilder ;
8- import com .google .gson .JsonArray ;
98import com .google .gson .JsonElement ;
109import com .google .gson .JsonObject ;
1110
1615import java .io .InputStreamReader ;
1716import java .io .UnsupportedEncodingException ;
1817import java .lang .reflect .Field ;
19- import java .lang .reflect .Modifier ;
2018import java .lang .reflect .Type ;
2119import java .net .HttpURLConnection ;
2220import java .net .URL ;
2321import java .net .URLEncoder ;
2422import java .nio .charset .Charset ;
25- import java .util .ArrayList ;
2623import java .util .Date ;
27- import java .util .Iterator ;
2824import java .util .Map ;
2925import java .util .UUID ;
3026
Original file line number Diff line number Diff line change 5656 /// Gets or sets route to which applies attribute, matches using StartsWith. By default applies to all routes.
5757 /// </summary>
5858 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 ;
5964}
You can’t perform that action at this time.
0 commit comments