Uses of Class
org.nuiton.util.decorator.PropertyDecorator

Packages that use PropertyDecorator
org.nuiton.util.decorator This package contains a api to do some decoration over any object. 
 

Uses of PropertyDecorator in org.nuiton.util.decorator
 

Methods in org.nuiton.util.decorator that return PropertyDecorator
static
<O> PropertyDecorator<O>
DecoratorUtil.newPropertyDecorator(Class<O> type, String property)
          Factory method to instanciate a new PropertyDecorator for the given class internlaClass and a readable property name.
 



Copyright © 2004-2012 CodeLutin. All Rights Reserved.