Skip navigation links
A B C F G H I J K L M O P R S T U 

A

AbstractLogger - Class in org.coodex.concrete.jaxrs.logging
参考jersey实现编写
AbstractLogger(Logger, Level) - Constructor for class org.coodex.concrete.jaxrs.logging.AbstractLogger
 
accept(Throwable) - Method in class org.coodex.concrete.jaxrs.JaxrsExceptionMapper
 
accept(String) - Method in class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.coodex.concrete.jaxrs.logging.AbstractLogger
 

B

Body - Annotation Type in org.coodex.concrete.jaxrs
Deprecated.
buildParam(Method, int) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
buildUnit(Method) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsModule
 

C

camelCase(String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
Deprecated.
camelCase(String, String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
Deprecated.
camelCase(String, boolean) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
Deprecated.
camelCase(String, boolean, String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
Deprecated.
camelCaseByPath(String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
camelCaseByPath(String, boolean) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
ClassGenerator - Interface in org.coodex.concrete.jaxrs
Created by davidoff shen on 2016-11-26.
ClientLogger - Class in org.coodex.concrete.jaxrs.logging
 
ClientLogger() - Constructor for class org.coodex.concrete.jaxrs.logging.ClientLogger
 
ClientLogger(Logger) - Constructor for class org.coodex.concrete.jaxrs.logging.ClientLogger
 
compareTo(AbstractModule) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsModule
 
compareTo(AbstractUnit) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
containsKey(String) - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 

F

filter(ClientRequestContext) - Method in class org.coodex.concrete.jaxrs.logging.ClientLogger
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.coodex.concrete.jaxrs.logging.ClientLogger
 
filter(ContainerRequestContext) - Method in class org.coodex.concrete.jaxrs.logging.ServerLogger
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.coodex.concrete.jaxrs.logging.ServerLogger
 

G

generatesImplClass(JaxrsModule) - Method in interface org.coodex.concrete.jaxrs.ClassGenerator
 
getHttpMethod(JaxrsUnit) - Static method in class org.coodex.concrete.jaxrs.Predicates
默认的谓词: update(更新)/set(更新部分)开头,使用PUT new(获取初始值)/get(根据id获取)/find(查询)开头,使用GET del,使用DELETE save, POST 其它: 无参数时用GET 其余POST 可通过jaxrs.predicates.properties重载
getImplPostfix() - Method in interface org.coodex.concrete.jaxrs.ClassGenerator
 
getInvokeType() - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
getList(String) - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
getName() - Method in class org.coodex.concrete.jaxrs.struct.JaxrsModule
 
getName() - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
getPojo() - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
getPojoCount() - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
getSubmitBody(JaxrsUnit) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
getSuperClass() - Method in interface org.coodex.concrete.jaxrs.ClassGenerator
 
getUnitFrom(Class, Method) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
getUnitFromContext(DefinitionContext) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 

H

HEADER_ERROR_OCCURRED - Static variable in class org.coodex.concrete.jaxrs.JaxRSHelper
 
HTTP_METHOD - Static variable in class org.coodex.concrete.jaxrs.Predicates
 

I

isEnabled() - Method in class org.coodex.concrete.jaxrs.logging.AbstractLogger
 
isPathParam() - Method in class org.coodex.concrete.jaxrs.struct.JaxrsParam
 

J

JAX_RS_PREV - Static variable in class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
JaxrsExceptionMapper - Class in org.coodex.concrete.jaxrs
 
JaxrsExceptionMapper() - Constructor for class org.coodex.concrete.jaxrs.JaxrsExceptionMapper
 
JaxRSHelper - Class in org.coodex.concrete.jaxrs
Created by davidoff shen on 2016-11-30.
JaxRSHelper() - Constructor for class org.coodex.concrete.jaxrs.JaxRSHelper
 
JaxrsModule - Class in org.coodex.concrete.jaxrs.struct
Created by davidoff shen on 2016-11-30.
JaxrsModule(Class<?>) - Constructor for class org.coodex.concrete.jaxrs.struct.JaxrsModule
 
JaxRSModuleMaker - Class in org.coodex.concrete.jaxrs
Created by davidoff shen on 2016-11-30.
JaxRSModuleMaker() - Constructor for class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
JaxrsParam - Class in org.coodex.concrete.jaxrs.struct
Created by davidoff shen on 2016-11-30.
JaxrsParam(Method, int) - Constructor for class org.coodex.concrete.jaxrs.struct.JaxrsParam
 
JaxRSSubjoin - Class in org.coodex.concrete.jaxrs
Created by davidoff shen on 2017-04-20.
JaxRSSubjoin(HttpHeaders) - Constructor for class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
JaxRSSubjoin(MultivaluedMap<String, Object>) - Constructor for class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
JaxrsUnit - Class in org.coodex.concrete.jaxrs.struct
Created by davidoff shen on 2016-11-30.
JaxrsUnit(Method, JaxrsModule) - Constructor for class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 

K

KEY_CLIENT_PROVIDER - Static variable in class org.coodex.concrete.jaxrs.JaxRSHelper
 

L

lowerFirstChar(String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
Deprecated.

M

make(Class<?>) - Method in class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 

O

org.coodex.concrete.jaxrs - package org.coodex.concrete.jaxrs
 
org.coodex.concrete.jaxrs.logging - package org.coodex.concrete.jaxrs.logging
 
org.coodex.concrete.jaxrs.saas - package org.coodex.concrete.jaxrs.saas
 
org.coodex.concrete.jaxrs.struct - package org.coodex.concrete.jaxrs.struct
 
org.coodex.concrete.jaxrs.swagger - package org.coodex.concrete.jaxrs.swagger
 

P

postPrimitive(JaxrsParam) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
Predicates - Class in org.coodex.concrete.jaxrs
Jax RS 谓词定义,尽最大可能贴近real RESTFul风格 Created by davidoff shen on 2016-12-01.
Predicates() - Constructor for class org.coodex.concrete.jaxrs.Predicates
 
PREDICATES - Static variable in class org.coodex.concrete.jaxrs.Predicates
 

R

removePredicate(String) - Static method in class org.coodex.concrete.jaxrs.Predicates
 
RouteBy - Annotation Type in org.coodex.concrete.jaxrs.saas
根据某个参数进行路由选择

S

sameMethod(Method, Method) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsModule
 
ServerLogger - Class in org.coodex.concrete.jaxrs.logging
 
ServerLogger() - Constructor for class org.coodex.concrete.jaxrs.logging.ServerLogger
 
setPathParam(boolean) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsParam
 
skipKeys() - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
slash(String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
SwaggerHelper - Class in org.coodex.concrete.jaxrs.swagger
 
SwaggerHelper() - Constructor for class org.coodex.concrete.jaxrs.swagger.SwaggerHelper
 

T

toArrays(List<JaxrsUnit>) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsModule
 
toArrays(List<JaxrsParam>) - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
toContext() - Method in class org.coodex.concrete.jaxrs.struct.JaxrsUnit
 
toErrorInfo(Throwable) - Method in class org.coodex.concrete.jaxrs.JaxrsExceptionMapper
 
toJson(String, List<Class>) - Static method in class org.coodex.concrete.jaxrs.swagger.SwaggerHelper
 
toOpenAPI(String, List<Class>) - Static method in class org.coodex.concrete.jaxrs.swagger.SwaggerHelper
 
toYaml(String, List<Class>) - Static method in class org.coodex.concrete.jaxrs.swagger.SwaggerHelper
 

U

upperFirstChar(String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
Deprecated.
used024Behavior() - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
0.2.4-SNAPSHOT以前版本,基础类型参数默认使用path传递,之后,默认使用body传递,除非明确定义了path变量
A B C F G H I J K L M O P R S T U 
Skip navigation links

Copyright © 2020. All rights reserved.