Package org.opennms.web.svclayer.support
Interface PropertyUtils
-
public interface PropertyUtils
-
-
Method Summary
Static Methods Modifier and Type Method Description static <T> TgetPathValue(Object bean, String path, Class<T> expectedClass)getPathValuestatic Collection<String>getProperties(Object bean)getProperties
-
-
-
Method Detail
-
getProperties
static Collection<String> getProperties(Object bean)
getProperties
- Parameters:
bean- aObjectobject.- Returns:
- a
Collectionobject.
-
-