Uses of Package
jakarta.faces.convert
Package
Description
-
ClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
-
ClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.ConverterException is an exception thrown by the
getAsObject()
orgetAsText()
method of aConverter
, to indicate that the requested conversion cannot be performed. -
ClassDescriptionConverter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.Supports inline instantiation of the
FacesConverter
qualifier. -
ClassDescriptionConverterException is an exception thrown by the
getAsObject()
orgetAsText()
method of aConverter
, to indicate that the requested conversion cannot be performed.