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

A

accept(RuntimeContext) - Method in class org.coodex.concrete.core.intercept.JaxRSSignatureInterceptor
Deprecated.
 
accept(String) - Method in class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
add(String, String) - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 

B

BigString - Annotation Type in org.coodex.concrete.jaxrs
Created by davidoff shen on 2016-12-15.
buildParam(Method, int) - Method in class org.coodex.concrete.jaxrs.struct.Unit
 
buildUnit(Method) - Method in class org.coodex.concrete.jaxrs.struct.Module
 

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.
compareTo(AbstractModule) - Method in class org.coodex.concrete.jaxrs.struct.Module
 
compareTo(AbstractUnit) - Method in class org.coodex.concrete.jaxrs.struct.Unit
 

D

dataToString(byte[]) - Method in class org.coodex.concrete.core.intercept.JaxRSSignatureInterceptor
Deprecated.
 

G

generatesImplClass(Module) - Method in interface org.coodex.concrete.jaxrs.ClassGenerator
 
get(String) - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
get(String, String) - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
getHttpMethod(Unit) - 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.Unit
 
getList(String) - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
getLocale() - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
getModule(Class<? extends ConcreteService>, String...) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
getName() - Method in class org.coodex.concrete.jaxrs.struct.Module
 
getName() - Method in class org.coodex.concrete.jaxrs.struct.Unit
 
getPathParam(Param) - Method in class org.coodex.concrete.jaxrs.struct.Unit
 
getPojo() - Method in class org.coodex.concrete.jaxrs.struct.Unit
 
getPojoCount() - Method in class org.coodex.concrete.jaxrs.struct.Unit
 
getSubmitBody(Unit) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
getSuperClass() - Method in interface org.coodex.concrete.jaxrs.ClassGenerator
 
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

isAccept(String) - Method in interface org.coodex.concrete.jaxrs.ClassGenerator
 
isAccept(String) - Method in class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
isBigString(Param) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 
isPathParam() - Method in class org.coodex.concrete.jaxrs.struct.Param
 
isPrimitive(Class) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 

J

JAX_RS_PREV - Static variable in class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
JAXRS_MODEL - Static variable in class org.coodex.concrete.jaxrs.JaxRSHelper
 
JaxRSHelper - Class in org.coodex.concrete.jaxrs
Created by davidoff shen on 2016-11-30.
JaxRSHelper() - Constructor for class org.coodex.concrete.jaxrs.JaxRSHelper
 
JaxRSModuleMaker - Class in org.coodex.concrete.jaxrs
Created by davidoff shen on 2016-11-30.
JaxRSModuleMaker() - Constructor for class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
JaxRSSignatureInterceptor - Class in org.coodex.concrete.core.intercept
Deprecated.
JaxRSSignatureInterceptor() - Constructor for class org.coodex.concrete.core.intercept.JaxRSSignatureInterceptor
Deprecated.
 
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
 

K

keySet() - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 

L

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

M

make(Class<?>) - Method in class org.coodex.concrete.jaxrs.JaxRSModuleMaker
 
Module - Class in org.coodex.concrete.jaxrs.struct
Created by davidoff shen on 2016-11-30.
Module(Class<?>) - Constructor for class org.coodex.concrete.jaxrs.struct.Module
 

O

org.coodex.concrete.core.intercept - package org.coodex.concrete.core.intercept
 
org.coodex.concrete.jaxrs - package org.coodex.concrete.jaxrs
 
org.coodex.concrete.jaxrs.saas - package org.coodex.concrete.jaxrs.saas
 
org.coodex.concrete.jaxrs.struct - package org.coodex.concrete.jaxrs.struct
 

P

Param - Class in org.coodex.concrete.jaxrs.struct
Created by davidoff shen on 2016-11-30.
Param(Method, int) - Constructor for class org.coodex.concrete.jaxrs.struct.Param
 
PathParam - Annotation Type in org.coodex.concrete.jaxrs
Deprecated.
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
根据某个参数进行路由选择 Created by davidoff shen on 2017-03-21.

S

sameMethod(Method, Method) - Method in class org.coodex.concrete.jaxrs.struct.Module
 
set(String, List<String>) - Method in class org.coodex.concrete.jaxrs.JaxRSSubjoin
 
setPathParam(boolean) - Method in class org.coodex.concrete.jaxrs.struct.Param
 
slash(String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
 

T

toArrays(List<Unit>) - Method in class org.coodex.concrete.jaxrs.struct.Module
 
toArrays(List<Param>) - Method in class org.coodex.concrete.jaxrs.struct.Unit
 
toContext() - Method in class org.coodex.concrete.jaxrs.struct.Unit
 

U

Unit - Class in org.coodex.concrete.jaxrs.struct
Created by davidoff shen on 2016-11-30.
Unit(Method, Module) - Constructor for class org.coodex.concrete.jaxrs.struct.Unit
 
upperFirstChar(String) - Static method in class org.coodex.concrete.jaxrs.JaxRSHelper
Deprecated.
A B C D G H I J K L M O P R S T U 
Skip navigation links

Copyright © 2018. All rights reserved.