Uses of Class
org.nuxeo.ecm.core.api.model.PropertyConversionException
-
Packages that use PropertyConversionException Package Description org.nuxeo.ecm.core.api.model org.nuxeo.ecm.core.api.model.impl org.nuxeo.ecm.core.api.model.impl.primitives -
-
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model that throw PropertyConversionException Modifier and Type Method Description <T> T
Property. convertTo(Serializable value, Class<T> toType)
Converts the given normalized value to the given type.Serializable
Property. normalize(Object value)
Normalizes the given value as dictated by the property type. -
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model.impl
Methods in org.nuxeo.ecm.core.api.model.impl that throw PropertyConversionException Modifier and Type Method Description protected 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)
Serializable
AbstractProperty. normalize(Object value)
Serializable
ArrayProperty. normalize(Object value)
Serializable
ComplexProperty. normalize(Object value)
Serializable
ListProperty. normalize(Object value)
-
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives that throw PropertyConversionException Modifier and Type Method Description <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)
Serializable
BinaryProperty. normalize(Object value)
Serializable
BlobProperty. normalize(Object value)
Serializable
BooleanProperty. normalize(Object value)
Serializable
DateProperty. normalize(Object value)
Serializable
StringProperty. normalize(Object value)
-