public class BooleanStringConverter extends StringConverter<Boolean>
StringConverter
implementation for Boolean
(and boolean primitive) values.
Constructor and Description |
---|
BooleanStringConverter() |
Modifier and Type | Method and Description |
---|---|
Boolean |
fromString(String value)
Converts the string provided into an object defined by the specific converter.
|
String |
toString(Boolean value)
Converts the object provided into its string form.
|
public Boolean fromString(String value)
fromString
in class StringConverter<Boolean>
public String toString(Boolean value)
toString
in class StringConverter<Boolean>
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.