org.chromattic.core.mapper
Class ValueMapper
java.lang.Object
org.chromattic.core.mapper.ValueMapper
public class ValueMapper
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
|
get(javax.jcr.ValueFactory valueFactory,
E o,
SimpleType<E> type)
|
|
get(javax.jcr.Value value,
SimpleType<E> wantedType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final ValueMapper instance
- .
get
public final <E> E get(javax.jcr.Value value,
SimpleType<E> wantedType)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
get
public final <E> javax.jcr.Value get(javax.jcr.ValueFactory valueFactory,
E o,
SimpleType<E> type)
throws javax.jcr.ValueFormatException
- Throws:
javax.jcr.ValueFormatException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.