Package jakarta.faces.convert
Class ByteConverter
- java.lang.Object
- 
- jakarta.faces.convert.ByteConverter
 
- 
- All Implemented Interfaces:
- Converter
 
 @JSFConverter public class ByteConverter extends Object implements Converter see Javadoc of Faces Specification
- 
- 
Field SummaryFields Modifier and Type Field Description static StringBYTE_IDstatic StringCONVERTER_IDstatic StringSTRING_ID- 
Fields inherited from interface jakarta.faces.convert.ConverterDATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description ByteConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAsObject(FacesContext facesContext, UIComponent uiComponent, String value)StringgetAsString(FacesContext facesContext, UIComponent uiComponent, Object value)
 
- 
- 
- 
Field Detail- 
CONVERTER_IDpublic static final String CONVERTER_ID - See Also:
- Constant Field Values
 
 - 
STRING_IDpublic static final String STRING_ID - See Also:
- Constant Field Values
 
 - 
BYTE_IDpublic static final String BYTE_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getAsObjectpublic Object getAsObject(FacesContext facesContext, UIComponent uiComponent, String value) - Specified by:
- getAsObjectin interface- Converter
 
 - 
getAsStringpublic String getAsString(FacesContext facesContext, UIComponent uiComponent, Object value) - Specified by:
- getAsStringin interface- Converter
 
 
- 
 
-