Package org.apache.camel.component.jcr
Class JcrConverter
java.lang.Object
org.apache.camel.component.jcr.JcrConverter
A helper class to transform Object into JCR
Value implementations-
Method Summary
Modifier and TypeMethodDescriptionstatic BooleantoBoolean(javax.jcr.Value value) static CalendartoCalendar(javax.jcr.Value value) static StringtoString(javax.jcr.Value value) static javax.jcr.ValuetoValue(InputStream stream) static javax.jcr.Valuestatic javax.jcr.Valuestatic javax.jcr.Valuestatic InputStreamtoValue(javax.jcr.Value value)
-
Method Details
-
toValue
-
toValue
-
toValue
-
toValue
-
toBoolean
@Converter public static Boolean toBoolean(javax.jcr.Value value) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-
toValue
@Converter public static InputStream toValue(javax.jcr.Value value) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-
toCalendar
@Converter public static Calendar toCalendar(javax.jcr.Value value) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-
toString
@Converter public static String toString(javax.jcr.Value value) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-