org.zkoss.zkmax.bind
Class JacksonConverter
java.lang.Object
org.zkoss.zkmax.bind.JacksonConverter
- All Implemented Interfaces:
- Converter<java.lang.Object,java.lang.Object,Component>
public class JacksonConverter
- extends java.lang.Object
- implements Converter<java.lang.Object,java.lang.Object,Component>
A Jackson Converter for Binding Parameter
- Since:
- 8.0.0
- Author:
- jumperchen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JacksonConverter
public JacksonConverter()
coerceToUi
public java.lang.Object coerceToUi(java.lang.Object beanProp,
Component component,
BindContext ctx)
- Description copied from interface:
Converter
- Coerces a value to another value to load to a component
- Specified by:
coerceToUi
in interface Converter<java.lang.Object,java.lang.Object,Component>
- Parameters:
beanProp
- the bean valuecomponent
- the component to be loaded the valuectx
- the bind context
- Returns:
- the value to load to a component
coerceToBean
public java.lang.Object coerceToBean(java.lang.Object compAttr,
Component component,
BindContext ctx)
- Description copied from interface:
Converter
- Coerces a value to bean value to save to a bean
- Specified by:
coerceToBean
in interface Converter<java.lang.Object,java.lang.Object,Component>
- Parameters:
compAttr
- the value of component attribute.component
- the component provides the valuectx
- the bind context
- Returns:
- the value to save to a bean
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.