org.sonatype.guice.bean.inject
Interface PropertyBinder
public interface PropertyBinder
Provides custom PropertyBinding
s for bean properties such as fields or setter methods.
LAST_BINDING
static final PropertyBinding LAST_BINDING
- Binders may return
LAST_BINDING
to indicate they are done binding a bean.
bindProperty
<T> PropertyBinding bindProperty(BeanProperty<T> property)
- Returns the appropriate
PropertyBinding
for the given bean property.
- Parameters:
property
- The bean property
- Returns:
- Binding for the given property;
null
if no binding is applicable
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.