アノテーションインターフェース ReadOperation
@TargetSE(METHODSE)
@RetentionSE(RUNTIMESE)
@DocumentedSE
@Reflective(org.springframework.boot.actuate.endpoint.annotation.OperationReflectiveProcessor.class)
public @interface ReadOperation
@Endpoint
のメソッドを読み取り操作として識別します。- 導入:
- 2.0.0
- 作成者:
- Andy Wilkinson
オプション要素のサマリー
要素の詳細
produces
StringSE[] produces操作の結果のメディア型。- 戻り値:
- メディア型
- デフォルト:
- {}
producesFrom
ClassSE<? extends Producible> producesFrom操作の結果のメディア型。- 戻り値:
- メディア型
- デフォルト:
- org.springframework.boot.actuate.endpoint.Producible.class