Uses of Package
jakarta.faces.convert
Packages that use jakarta.faces.convert
Package
Description
- 
Classes in jakarta.faces.convert used by jakarta.faces.applicationClassDescriptionConverter 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.
 - 
Classes in jakarta.faces.convert used by jakarta.faces.componentClassDescriptionConverter 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. - 
Classes in jakarta.faces.convert used by jakarta.faces.convertClassDescriptionConverter 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
FacesConverterqualifier. - 
Classes in jakarta.faces.convert used by jakarta.faces.renderClassDescriptionConverterException is an exception thrown by the
getAsObject()orgetAsText()method of aConverter, to indicate that the requested conversion cannot be performed.