Class ReflectionValueExtractor

java.lang.Object
org.codehaus.plexus.util.introspection.ReflectionValueExtractor

public class ReflectionValueExtractor extends Object

Using simple dotted expressions to extract the values from an Object instance, For example we might want to extract a value like: project.build.sourceDirectory

The implementation supports indexed, nested and mapped properties similar to the JSP way.

Author:
Jason van Zyl , Vincent Siveton
See Also: