org.chromattic.core.mapper
Class PropertyMapper<P extends PropertyInfo>
java.lang.Object
org.chromattic.core.mapper.PropertyMapper<P>
- All Implemented Interfaces:
- MethodInvoker
- Direct Known Subclasses:
- JCRNodeAttributePropertyMapper, JCRPropertyListPropertyMapper, JCRPropertyMapPropertyMapper, JCRPropertyPropertyMapper, RelatedPropertyMapper
public class PropertyMapper<P extends PropertyInfo>
- extends Object
- implements MethodInvoker
- Version:
- $Revision$
- Author:
- Julien Viet
|
Field Summary |
protected P |
info
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
info
protected final P extends PropertyInfo info
PropertyMapper
public PropertyMapper(P info)
getInfo
public P getInfo()
get
public Object get(EntityContext context)
throws Throwable
- Throws:
Throwable
set
public void set(EntityContext context,
Object value)
throws Throwable
- Throws:
Throwable
invoke
public Object invoke(EntityContext ctx,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface MethodInvoker
- Throws:
Throwable
Copyright © 2009 eXo Platform SAS. All Rights Reserved.