Package io.gridgo.boot.data.keyvalue
Class KeyValueDataAccessHandler
- java.lang.Object
-
- io.gridgo.boot.data.support.impl.AbstractDataAccessHandler<KeyValueProduce>
-
- io.gridgo.boot.data.keyvalue.KeyValueDataAccessHandler
-
- All Implemented Interfaces:
DataAccessHandler,PojoConverter,java.lang.reflect.InvocationHandler
public class KeyValueDataAccessHandler extends AbstractDataAccessHandler<KeyValueProduce>
-
-
Field Summary
-
Fields inherited from class io.gridgo.boot.data.support.impl.AbstractDataAccessHandler
context, gateway
-
-
Constructor Summary
Constructors Constructor Description KeyValueDataAccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.gridgo.framework.support.MessagebuildMessage(KeyValueProduce annotation, java.lang.reflect.Method method, java.lang.Object[] args)protected io.gridgo.bean.BElementparseBodyForGet(java.lang.Object[] args)protected io.gridgo.bean.BElementparseBodyForSet(java.lang.reflect.Method method, java.lang.Object[] args)-
Methods inherited from class io.gridgo.boot.data.support.impl.AbstractDataAccessHandler
canEqual, equals, filterPojoMapper, filterSingleMapper, getAnnotatedClass, getContext, getGateway, hashCode, invoke, setContext, setGateway, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.gridgo.boot.data.PojoConverter
toPojo, toPojoArray, toPojoObject, toPojoReference
-
-
-
-
Method Detail
-
buildMessage
protected io.gridgo.framework.support.Message buildMessage(KeyValueProduce annotation, java.lang.reflect.Method method, java.lang.Object[] args)
- Specified by:
buildMessagein classAbstractDataAccessHandler<KeyValueProduce>
-
parseBodyForGet
protected io.gridgo.bean.BElement parseBodyForGet(java.lang.Object[] args)
-
parseBodyForSet
protected io.gridgo.bean.BElement parseBodyForSet(java.lang.reflect.Method method, java.lang.Object[] args)
-
-