クラス ErrorProperties
java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ErrorProperties
Web エラー処理の構成プロパティ。
- 導入:
- 1.3.0
- 作成者:
- Michael Stummvoll, Stephane Nicoll, Vedran Pavic, Scott Frederick
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明static enumエラー属性オプションを含めます。static classコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明getPath()booleanvoidsetIncludeBindingErrors(ErrorProperties.IncludeAttribute includeBindingErrors) voidsetIncludeException(boolean includeException) voidsetIncludeMessage(ErrorProperties.IncludeAttribute includeMessage) voidsetIncludePath(ErrorProperties.IncludeAttribute includePath) voidsetIncludeStacktrace(ErrorProperties.IncludeAttribute includeStacktrace) void
コンストラクターの詳細
ErrorProperties
public ErrorProperties()
メソッドの詳細
getPath
setPath
isIncludeException
public boolean isIncludeException()setIncludeException
public void setIncludeException(boolean includeException) getIncludeStacktrace
setIncludeStacktrace
getIncludeMessage
setIncludeMessage
getIncludeBindingErrors
setIncludeBindingErrors
getIncludePath
setIncludePath
getWhitelabel