インタフェース Params
- 既知の実装クラスのリスト:
Params.Empty,Params.IndexedParams,Params.NamedParams
public interface Params
Handles placeholder replacement with given params.
-
ネストされたクラスの概要
ネストされたクラス修飾子とタイプインタフェース説明static classstatic classstatic class -
フィールドの概要
フィールド -
メソッドの概要
-
フィールド詳細
-
EMPTY
-
-
メソッドの詳細
-
isEmpty
boolean isEmpty() -
get
Object get() -
getByName
-
of
- パラメータ:
params- query param
-
of
- パラメータ:
params- query param
-
get
Returns param value that matches given placeholder with param key.- パラメータ:
token- token.key Placeholder key token.value Placeholder value- 戻り値:
- param or token.value when params are missing
-