Uses of Class
org.nuxeo.ecm.core.api.model.PropertyConversionException
Package
Description
-
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model
Modifier and TypeMethodDescription<T> T
Property.convertTo
(Serializable value, Class<T> toType) Converts the given normalized value to the given type.Normalizes the given value as dictated by the property type. -
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model.impl
Modifier and TypeMethodDescriptionprotected Serializable
ArrayProperty.convert
(Collection<?> value) <T> T
AbstractProperty.convertTo
(Serializable value, Class<T> toType) <T> T
ArrayProperty.convertTo
(Serializable value, Class<T> toType) <T> T
ListProperty.convertTo
(Serializable value, Class<T> toType) -
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model.impl.primitives
Modifier and TypeMethodDescription<T> T
BinaryProperty.convertTo
(Serializable value, Class<T> toType) <T> T
BlobProperty.convertTo
(Serializable value, Class<T> toType) <T> T
BooleanProperty.convertTo
(Serializable value, Class<T> toType) <T> T
DateProperty.convertTo
(Serializable value, Class<T> toType) <T> T
StringProperty.convertTo
(Serializable value, Class<T> toType)