public class ListBinder extends AbstractBaseBinder<List<?>> implements IJSONBinder<List<?>>
Modifier and Type | Method and Description |
---|---|
static ListBinder |
getInstance() |
void |
process2JSON(BinderProcessParameter parameter) |
void |
processJson2Value(BinderProcessParameter parameter) |
void |
processValue2JSON(BinderProcessParameter parameter,
Object value) |
getValue, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
public static ListBinder getInstance()
public void process2JSON(BinderProcessParameter parameter)
process2JSON
in interface IJSONBinder<List<?>>
public void processValue2JSON(BinderProcessParameter parameter, Object value)
processValue2JSON
in interface IJSONBinder<List<?>>
public void processJson2Value(BinderProcessParameter parameter)
processJson2Value
in interface IJSONBinder<List<?>>
Copyright © 2021. All Rights Reserved.