Service Function Paramters support default value

1?Service Function Paramters support default value. It like JAVA Spring FrameWork 'RequestParam'.
2?URIPathSegmentAttribute support more then one UIRL Segment.
3?URIPathSegmentAttribute suppert Empty String.
4?JsonIgnoreAttribute support Property.
5?Sopport like JAVA Spring FrameWork AOP.

  1. Good suggestion, we will try to implement it.
  2. Will see what can be done. Probably won' the URIPathSegment, but a routing system.
  3. That is already possible.
  4. That doesn't make sense as by default only fields are serialized, so no need for JsonIgnore in properties.
  5. I don't know what you mean by this?

This feature was implemented.