- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
For repeated nested values, assuming that the form parameter name use "[]." as a suffix E.g. "foos[].bar"
For repeated nested values, assuming that the form parameter name use "[]." as a suffix E.g. "foos[].bar"
For repeated primitive values, assuming that the form parameter name use "[]" as a suffix E.g. "foos[]"
For repeated primitive values, assuming that the form parameter name use "[]" as a suffix E.g. "foos[]"
For nested, this decoder assumes that the form parameter name use "." as deliminator for levels. E.g. For a field named "bar" inside a nested class under the field "foo", the parameter name is "foo.bar".
For nested, this decoder assumes that the form parameter name use "." as deliminator for levels. E.g. For a field named "bar" inside a nested class under the field "foo", the parameter name is "foo.bar".
For nested, this decoder assumes that the form parameter name use "." as deliminator for levels. E.g. For a field named "bar" inside a nested class under the field "foo", the parameter name is "foo.bar".
For nested, this decoder assumes that the form parameter name use "." as deliminator for levels. E.g. For a field named "bar" inside a nested class under the field "foo", the parameter name is "foo.bar".