public class QueryLifeCycle extends Object implements ParameterAnnotationLifeCycle<Query,Object>
Constructor and Description |
---|
QueryLifeCycle() |
Modifier and Type | Method and Description |
---|---|
void |
onParameterInitialized(ForestMethod method,
MappingParameter parameter,
Query annotation)
在被注解修饰的方法参数初始化时被调用
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onError, onSuccess
addAttribute, afterExecute, beforeExecute, getAttribute, getAttribute, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInteger, getAttributeAsString, getAttributes, onInvokeMethod, onLoadCookie, onProgress, onRedirection, onRetry, onSaveCookie
public void onParameterInitialized(ForestMethod method, MappingParameter parameter, Query annotation)
ParameterAnnotationLifeCycle
onParameterInitialized
in interface ParameterAnnotationLifeCycle<Query,Object>
method
- ForestMethod
对象parameter
- MappingParameter
对象annotation
- 该生命周期类所绑定的注解对象Copyright © 2022. All rights reserved.