org.jgroups.conf
Class PropertyConverters.Default
java.lang.Object
org.jgroups.conf.PropertyConverters.Default
- All Implemented Interfaces:
- PropertyConverter
- Enclosing class:
- PropertyConverters
public static class PropertyConverters.Default
- extends java.lang.Object
- implements PropertyConverter
Method Summary |
java.lang.Object |
convert(java.lang.Object obj,
java.lang.Class<?> propertyFieldType,
java.lang.String propertyName,
java.lang.String propertyValue,
boolean check_scope)
|
protected static java.net.Inet6Address |
getScopedInetAddress(java.net.Inet6Address addr)
|
java.lang.String |
toString(java.lang.Object value)
Converts the value to a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyConverters.Default
public PropertyConverters.Default()
convert
public java.lang.Object convert(java.lang.Object obj,
java.lang.Class<?> propertyFieldType,
java.lang.String propertyName,
java.lang.String propertyValue,
boolean check_scope)
throws java.lang.Exception
- Specified by:
convert
in interface PropertyConverter
- Throws:
java.lang.Exception
getScopedInetAddress
protected static java.net.Inet6Address getScopedInetAddress(java.net.Inet6Address addr)
toString
public java.lang.String toString(java.lang.Object value)
- Description copied from interface:
PropertyConverter
- Converts the value to a string. The default is to simply invoke Object.toString(), however, some objects need
to be printed specially, e.g. a long array etc.
- Specified by:
toString
in interface PropertyConverter
- Returns:
Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.