JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
G
H
I
J
K
L
M
O
P
R
S
T
U
A
accept(String)
- Method in class org.coodex.concrete.jaxrs.
JaxRSModuleMaker
B
BigString
- Annotation Type in
org.coodex.concrete.jaxrs
Deprecated.
Body
- Annotation Type in
org.coodex.concrete.jaxrs
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
G
generatesImplClass(Module)
- Method in interface org.coodex.concrete.jaxrs.
ClassGenerator
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
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
Deprecated.
isPathParam()
- Method in class org.coodex.concrete.jaxrs.struct.
Param
isPrimitive(Class)
- Static method in class org.coodex.concrete.jaxrs.
JaxRSHelper
Deprecated.
J
JAX_RS_PREV
- Static variable in class org.coodex.concrete.jaxrs.
JaxRSModuleMaker
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
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
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.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.
postPrimitive(Param)
- 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.
Module
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
G
H
I
J
K
L
M
O
P
R
S
T
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.