public class BooleanFormatter extends AbstractTextFormatter<Boolean>
validationMessage
コンストラクタと説明 |
---|
BooleanFormatter() |
BooleanFormatter(String[] readTrueValues,
String[] readFalseValues,
String writeTrueValue,
String writeFalseValue,
boolean ignoreCase,
boolean failToFalse) |
修飾子とタイプ | メソッドと説明 |
---|---|
Map<String,Object> |
getMessageVariables()
パース時のエラーメッセージ中の変数を取得します。
|
Boolean |
parse(String text)
文字列をパースして、オブジェクトに変換する。
|
String |
print(Boolean object)
オブジェクトをフォーマットして、文字列に変換する。
|
getValidationMessage, setValidationMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPattern
public Boolean parse(String text)
TextParser
実装する際には、API経由などでパースした際に発生した例外は、TextParseException
でラップするしてください。
TextParseException
でラップすると、ParseProcessor
でエラーオブジェクトに変換されます。
text
- パース対象の文字列。public String print(Boolean object)
TextPrinter
実装する際には、API経由などでパースした際に発生した例外は、TextPrintException
でラップするしてください。
TextPrintException
でラップすると、PrintProcessor
でエラーオブジェクトに変換されます。
object
- フォーマット対象のオブジェクトpublic Map<String,Object> getMessageVariables()
TextParser
Copyright © 2022 mygreen. All rights reserved.