@Converter public final class JcrConverter extends Object
Value
implementationsModifier and Type | Method and Description |
---|---|
static Boolean |
toBoolean(javax.jcr.Value value) |
static Calendar |
toCalendar(javax.jcr.Value value) |
static String |
toString(javax.jcr.Value value) |
static javax.jcr.Value |
toValue(Boolean bool) |
static javax.jcr.Value |
toValue(Calendar calendar) |
static javax.jcr.Value |
toValue(InputStream stream) |
static javax.jcr.Value |
toValue(String value) |
static InputStream |
toValue(javax.jcr.Value value) |
@Converter public static javax.jcr.Value toValue(Boolean bool)
@Converter public static javax.jcr.Value toValue(InputStream stream)
@Converter public static javax.jcr.Value toValue(Calendar calendar)
@Converter public static javax.jcr.Value toValue(String value)
@Converter public static Boolean toBoolean(javax.jcr.Value value) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
@Converter public static InputStream toValue(javax.jcr.Value value) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
@Converter public static Calendar toCalendar(javax.jcr.Value value) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
@Converter public static String toString(javax.jcr.Value value) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Apache Camel