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> TProperty. convertTo(Serializable value, Class<T> toType)Converts the given normalized value to the given type.SerializableProperty. 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 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)SerializableAbstractProperty. normalize(Object value)SerializableArrayProperty. normalize(Object value)SerializableComplexProperty. normalize(Object value)SerializableListProperty. 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> 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)SerializableBinaryProperty. normalize(Object value)SerializableBlobProperty. normalize(Object value)SerializableBooleanProperty. normalize(Object value)SerializableDateProperty. normalize(Object value)SerializableStringProperty. normalize(Object value)
-