info.joseluismartin.beans
Class PropertyUtils

java.lang.Object
  extended by info.joseluismartin.beans.PropertyUtils

public abstract class PropertyUtils
extends Object


Field Summary
static String PROPERTY_SEPARATOR
           
 
Constructor Summary
PropertyUtils()
           
 
Method Summary
static String getFirstPropertyName(String propertyPath)
           
static String getNestedPath(String propertyPath)
           
static String getPath(String propertyPath)
           
static String getPropertyName(String propertyPath)
           
static boolean isNested(String propertyPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_SEPARATOR

public static String PROPERTY_SEPARATOR
Constructor Detail

PropertyUtils

public PropertyUtils()
Method Detail

getPropertyName

public static String getPropertyName(String propertyPath)

getPath

public static String getPath(String propertyPath)

isNested

public static boolean isNested(String propertyPath)

getFirstPropertyName

public static String getFirstPropertyName(String propertyPath)

getNestedPath

public static String getNestedPath(String propertyPath)


Copyright © 2012 JDAL. All Rights Reserved.