|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.l2fprod.common.util.converter.BooleanConverter
public class BooleanConverter
Converts a boolean to string and vice-versa.
| Constructor Summary | |
|---|---|
BooleanConverter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value)
Converts value to an object of type. |
void |
register(ConverterRegistry registry)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanConverter()
| Method Detail |
|---|
public void register(ConverterRegistry registry)
public java.lang.Object convert(java.lang.Class type,
java.lang.Object value)
Convertervalue to an object of type.
convert in interface Convertervalue converted to an object of type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||