Interface FormParams
- All Known Subinterfaces:
FormParamsWritable
- All Known Implementing Classes:
FormParamsImpl
FormParams
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringencode()编码成 from 表单格式static FormParamsWritableof()static FormParamsWritableof(FormParams oldFormParams) static FormParamsWritable从编码后的文本内容中生成 FormParamsMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
of
-
of
-
of
从编码后的文本内容中生成 FormParams -
encode
编码成 from 表单格式
-