Uses of Class
org.nuxeo.ecm.core.api.model.PropertyConversionException
Packages that use PropertyConversionException
Package
Description
-
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model that throw PropertyConversionExceptionModifier and TypeMethodDescription<T> TProperty.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
Methods in org.nuxeo.ecm.core.api.model.impl that throw PropertyConversionExceptionModifier and TypeMethodDescriptionprotected SerializableArrayProperty.convert(Collection<?> value) <T> TAbstractProperty.convertTo(Serializable value, Class<T> toType) <T> TArrayProperty.convertTo(Serializable value, Class<T> toType) <T> TListProperty.convertTo(Serializable value, Class<T> toType) -
Uses of PropertyConversionException in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives that throw PropertyConversionExceptionModifier and TypeMethodDescription<T> TBinaryProperty.convertTo(Serializable value, Class<T> toType) <T> TBlobProperty.convertTo(Serializable value, Class<T> toType) <T> TBooleanProperty.convertTo(Serializable value, Class<T> toType) <T> TDateProperty.convertTo(Serializable value, Class<T> toType) <T> TStringProperty.convertTo(Serializable value, Class<T> toType)