|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.skaringa.javaxml.impl.PropertyHelper
public final class PropertyHelper
Class the helps with the evaluation of serializer properties.
Method Summary | |
---|---|
static boolean |
isValidNameForObjectTransformer(java.lang.String name)
Check if name is a valid property name for the ObjectTransformer. |
static boolean |
parseBoolean(java.util.Map propertyMap,
java.lang.String name)
Parse a boolean, yes/no, true/false property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isValidNameForObjectTransformer(java.lang.String name)
name
- The property name.
public static boolean parseBoolean(java.util.Map propertyMap, java.lang.String name)
propertyMap
- The map with the properties.name
- The name of the property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |