Package org.zkoss.clientbind
Class GsonConverter
- java.lang.Object
-
- org.zkoss.zkmax.bind.GsonConverter
-
- org.zkoss.clientbind.GsonConverter
-
public class GsonConverter extends GsonConverter
A Gson converter for Binding Parameter- Since:
- 10.0.0
- Author:
- jameschu
-
-
Field Summary
-
Fields inherited from interface org.zkoss.bind.Converter
IGNORED_VALUE
-
-
Constructor Summary
Constructors Constructor Description GsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcoerceToBean(java.lang.Object compAttr, Component component, BindContext ctx)Coerces a value to bean value to save to a bean-
Methods inherited from class org.zkoss.zkmax.bind.GsonConverter
coerceToUi
-
-
-
-
Method Detail
-
coerceToBean
public java.lang.Object coerceToBean(java.lang.Object compAttr, Component component, BindContext ctx)Description copied from interface:ConverterCoerces a value to bean value to save to a bean- Specified by:
coerceToBeanin interfaceConverter<java.lang.Object,java.lang.Object,Component>- Overrides:
coerceToBeanin classGsonConverter- Parameters:
compAttr- the value of component attribute.component- the component provides the valuectx- the bind context- Returns:
- the value to save to a bean
-
-