com.bstek.dorado.data.entity
public abstract class PropertyPathUtils extends java.lang.Object
Constructor and Description |
---|
PropertyPathUtils() |
Modifier and Type | Method and Description |
---|---|
static DataType |
getPropertyDataTypeByPath(EntityDataType dataType,
java.lang.String propertyPath) |
static java.lang.Class<?> |
getPropertyTypeByPath(java.lang.Class<?> beanType,
java.lang.String propertyPath) |
static java.lang.Object |
getValueByPath(EntityDataType dataType,
java.lang.Object object,
java.lang.String propertyPath) |
static void |
setValueByPath(EntityDataType dataType,
java.lang.Object object,
java.lang.String propertyPath,
java.lang.Object value) |
public static java.lang.Object getValueByPath(EntityDataType dataType, java.lang.Object object, java.lang.String propertyPath) throws java.lang.Exception
java.lang.Exception
public static void setValueByPath(EntityDataType dataType, java.lang.Object object, java.lang.String propertyPath, java.lang.Object value) throws java.lang.Exception
java.lang.Exception
public static DataType getPropertyDataTypeByPath(EntityDataType dataType, java.lang.String propertyPath) throws java.lang.Exception
java.lang.Exception
public static java.lang.Class<?> getPropertyTypeByPath(java.lang.Class<?> beanType, java.lang.String propertyPath) throws java.lang.Exception
java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.