Uses of Class
net.sf.mmm.util.pojo.path.api.PojoPathSegmentIsNullException

Packages that use PojoPathSegmentIsNullException
net.sf.mmm.util.pojo.path.api Provides the API for navigating a PojoPath
 

Uses of PojoPathSegmentIsNullException in net.sf.mmm.util.pojo.path.api
 

Methods in net.sf.mmm.util.pojo.path.api that throw PojoPathSegmentIsNullException
 Object PojoPathNavigator.get(Object pojo, String pojoPath, PojoPathMode mode, PojoPathContext context)
          This method evaluates the given pojoPath for the given pojo using the given mode and context.
<TYPE> TYPE
PojoPathNavigator.get(Object pojo, String pojoPath, PojoPathMode mode, PojoPathContext context, Class<TYPE> targetClass)
          This method evaluates the given pojoPath for the given pojo using the given mode and context.
 Object PojoPathNavigator.set(Object pojo, String pojoPath, PojoPathMode mode, PojoPathContext context, Object value)
          This method sets the given value for the given pojoPath in the given pojo using the given mode and context.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.