インターフェースの使用
org.springframework.boot.actuate.endpoint.invoke.OperationParameter
OperationParameter を使用するパッケージ
パッケージ
説明
操作メソッドの呼び出しに関連するインターフェースとクラス。
アクチュエーターエンドポイントのコンバーターサポート。
org.springframework.boot.actuate.endpoint.invoke 内の OperationParameter 使用
org.springframework.boot.actuate.endpoint.invoke 内の型引数が OperationParameter であるサブインターフェース修飾子と型メソッド説明OperationParameters.get(int index) 指定されたインデックスのパラメーターを返します。ParameterMappingException.getParameter()マップされているパラメーターを返します。型 OperationParameter の引数を持つ型を返す org.springframework.boot.actuate.endpoint.invoke のメソッド修飾子と型メソッド説明MissingParametersException.getMissingParameters()欠落していたパラメーターを返します。OperationParameters.stream()含まれているパラメーターのストリームを返します。型 OperationParameter のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoke のメソッド修飾子と型メソッド説明@Nullable ObjectSEParameterValueMapper.mapParameterValue(OperationParameter parameter, @Nullable ObjectSE value) 指定されたinputパラメーターを指定されたparameterTypeにマップします。型 OperationParameter のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoke のコンストラクター修飾子コンストラクター説明ParameterMappingException(OperationParameter parameter, @Nullable ObjectSE value, ThrowableSE cause) 指定されたinputを指定されたtypeにマップしようとしたときに発生した障害に対して、新しいParameterMappingExceptionを作成します。型の型引数を持つ org.springframework.boot.actuate.endpoint.invoke のコンストラクターパラメーター OperationParameterorg.springframework.boot.actuate.endpoint.invoke.convert 内の OperationParameter 使用
型 OperationParameter のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoke.convert のメソッド修飾子と型メソッド説明@Nullable ObjectSEConversionServiceParameterValueMapper.mapParameterValue(OperationParameter parameter, @Nullable ObjectSE value)