跳过导航链接
A B C D E F G H I M N O P R S T V 

A

addClassAnnotation(InnerClass, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addClassAnnotation(InnerClass, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addClassComment(InnerClass, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
Example使用
addClassComment(InnerClass, IntrospectedTable, boolean) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
Example使用
addClassComment(InnerClass, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
Example使用
addClassComment(InnerClass, IntrospectedTable, boolean) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
Example使用
addComment(XmlElement) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
xml中的注释
addComment(XmlElement) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
xml中的注释
addConfigurationProperties(Properties) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addConfigurationProperties(Properties) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addEnumComment(InnerEnum, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addEnumComment(InnerEnum, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addFieldAnnotation(Field, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addFieldAnnotation(Field, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
给字段添加数据库备注
addFieldComment(Field, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
Example使用
addFieldComment(Field, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
给字段添加数据库备注
addFieldComment(Field, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
Example使用
addGeneralMethodAnnotation(Method, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addGeneralMethodAnnotation(Method, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addGeneralMethodAnnotation(Method, IntrospectedTable, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addGeneralMethodAnnotation(Method, IntrospectedTable, IntrospectedColumn, Set<FullyQualifiedJavaType>) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addGeneralMethodComment(Method, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addGeneralMethodComment(Method, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
getter方法注释
addGetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
getter方法注释
addJavadocTag(JavaElement, boolean) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
删除标记
addJavadocTag(JavaElement, boolean) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
删除标记
addJavaFileComment(CompilationUnit) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addJavaFileComment(CompilationUnit) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addModelClassComment(TopLevelClass, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addModelClassComment(TopLevelClass, IntrospectedTable) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addRootComment(XmlElement) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
addRootComment(XmlElement) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
setter方法注释
addSetterComment(Method, IntrospectedTable, IntrospectedColumn) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
setter方法注释
AllTrustStrategy - com.github.jerryxia.devutil.http中的类
 
AllTrustStrategy() - 类 的构造器com.github.jerryxia.devutil.http.AllTrustStrategy
 
ApplicationContextClosedListener - com.github.jerryxia.devutil.springblock.context中的类
 
ApplicationContextClosedListener() - 类 的构造器com.github.jerryxia.devutil.springblock.context.ApplicationContextClosedListener
 
ApplicationReadyListener - com.github.jerryxia.devutil.springblock.context中的类
 
ApplicationReadyListener() - 类 的构造器com.github.jerryxia.devutil.springblock.context.ApplicationReadyListener
 
AsyncHttpHelper - com.github.jerryxia.devutil.http.async中的类
 
AsyncHttpHelper() - 类 的构造器com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 

B

buildSimpleFormPost(String, Map<String, String>, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
 
buildSimpleGet(String, Map<String, String>, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
 
buildSimpleJsonPost(String, String, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
 

C

cancelled() - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
cancelled() - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 
cancelled() - 类 中的方法com.github.jerryxia.devutil.http.async.IgnoreResponseCallback
 
CannotPerformOperationException(String) - 异常错误 的构造器com.github.jerryxia.devutil.springblock.security.PasswordStorage.CannotPerformOperationException
 
CannotPerformOperationException(String, Throwable) - 异常错误 的构造器com.github.jerryxia.devutil.springblock.security.PasswordStorage.CannotPerformOperationException
 
CLASS_LOADER - 类 中的静态变量com.github.jerryxia.devutil.RuntimeVariables
 
com.github.jerryxia.devutil - 程序包 com.github.jerryxia.devutil
 
com.github.jerryxia.devutil.dataobject - 程序包 com.github.jerryxia.devutil.dataobject
 
com.github.jerryxia.devutil.dataobject.repository - 程序包 com.github.jerryxia.devutil.dataobject.repository
 
com.github.jerryxia.devutil.dataobject.service - 程序包 com.github.jerryxia.devutil.dataobject.service
 
com.github.jerryxia.devutil.dataobject.service.input - 程序包 com.github.jerryxia.devutil.dataobject.service.input
 
com.github.jerryxia.devutil.dataobject.service.output - 程序包 com.github.jerryxia.devutil.dataobject.service.output
 
com.github.jerryxia.devutil.dataobject.web - 程序包 com.github.jerryxia.devutil.dataobject.web
 
com.github.jerryxia.devutil.dataobject.web.request - 程序包 com.github.jerryxia.devutil.dataobject.web.request
 
com.github.jerryxia.devutil.dataobject.web.response - 程序包 com.github.jerryxia.devutil.dataobject.web.response
 
com.github.jerryxia.devutil.http - 程序包 com.github.jerryxia.devutil.http
 
com.github.jerryxia.devutil.http.async - 程序包 com.github.jerryxia.devutil.http.async
 
com.github.jerryxia.devutil.mybatis - 程序包 com.github.jerryxia.devutil.mybatis
 
com.github.jerryxia.devutil.springblock - 程序包 com.github.jerryxia.devutil.springblock
 
com.github.jerryxia.devutil.springblock.context - 程序包 com.github.jerryxia.devutil.springblock.context
 
com.github.jerryxia.devutil.springblock.security - 程序包 com.github.jerryxia.devutil.springblock.security
 
com.github.jerryxia.devutil.web - 程序包 com.github.jerryxia.devutil.web
 
compareTo(ObjectId) - 类 中的方法com.github.jerryxia.devutil.ObjectId
 
completed(HttpResponse) - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
completed(HttpResponse) - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 
completed(HttpResponse) - 类 中的方法com.github.jerryxia.devutil.http.async.IgnoreResponseCallback
 
CopiedByteHttpResponse - com.github.jerryxia.devutil.http中的类
 
CopiedByteHttpResponse(StatusLine, Header[], byte[]) - 类 的构造器com.github.jerryxia.devutil.http.CopiedByteHttpResponse
 
copiedHttpResponse - 类 中的变量com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
copiedHttpResponse - 类 中的变量com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 
CopiedTextHttpResponse - com.github.jerryxia.devutil.http中的类
 
CopiedTextHttpResponse(StatusLine, Header[], String) - 类 的构造器com.github.jerryxia.devutil.http.CopiedTextHttpResponse
 
createFromLegacyFormat(int, int, int) - 类 中的静态方法com.github.jerryxia.devutil.ObjectId
Creates an ObjectId using time, machine and inc values.
createHash(String) - 类 中的静态方法com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
createHash(char[]) - 类 中的静态方法com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
createHttpAsyncClient(NHttpClientConnectionManager, String, String) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createHttpPost(URI, HttpEntity, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
base create http post
createIOReactor(IOReactorConfig, String) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createIOSessionFactoryRegistry() - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createMinimal(NHttpClientConnectionManager, ThreadFactory, String) - 类 中的静态方法org.apache.http.impl.nio.client.CustomHttpAsyncClients
 
createNHttpClientConnectionManager(ConnectingIOReactor, Registry<SchemeIOSessionStrategy>, ConnectionConfig, int, int) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createSimpleBytesPost(URI, byte[], RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createSimpleFilePost(URI, File, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createSimpleFormPost(URI, Map<String, String>, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createSimpleGet(URI, Map<String, String>, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
createSimpleJsonPost(URI, String, RequestConfig) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
CustomHttpAsyncClients - org.apache.http.impl.nio.client中的类
org.apache.http.impl.nio.client.MinimalHttpAsyncClientBuilder
CustomHttpAsyncClients() - 类 的构造器org.apache.http.impl.nio.client.CustomHttpAsyncClients
 
CustomNameThreadFactory - com.github.jerryxia.devutil中的类
 
CustomNameThreadFactory(String) - 类 的构造器com.github.jerryxia.devutil.CustomNameThreadFactory
 
CustomNameThreadFactory(String, String) - 类 的构造器com.github.jerryxia.devutil.CustomNameThreadFactory
 
CustomNameThreadFactory(String, String, boolean) - 类 的构造器com.github.jerryxia.devutil.CustomNameThreadFactory
 

D

DaoAuthenticationProviderPostProcess - com.github.jerryxia.devutil.springblock.security中的类
 
DaoAuthenticationProviderPostProcess(UserCache) - 类 的构造器com.github.jerryxia.devutil.springblock.security.DaoAuthenticationProviderPostProcess
 
DEFAULT_CONN_CONFIG - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_CONN_MANAGER - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_CONN_MAXPERROUTE - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_CONN_MAXTOTAL - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_HTTPASYNCCLIENT - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_IOREACTOR - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_REQUEST_CONFIG - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_REQUEST_CONFIG - 类 中的静态变量com.github.jerryxia.devutil.http.HttpHelper
 
DEFAULT_TIMEOUT - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DEFAULT_USERAGENT - 类 中的静态变量com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
defaultConnectionConfigBuilder() - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
DefaultMapperCommentGenerator - com.github.jerryxia.devutil.mybatis中的类
 
DefaultMapperCommentGenerator() - 类 的构造器com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
defaultRequestConfigBuilder() - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
defaultRequestConfigBuilder() - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
 

E

encode(CharSequence) - 类 中的方法com.github.jerryxia.devutil.springblock.security.PasswordStoragePasswordEncoder
 
equals(Object) - 类 中的方法com.github.jerryxia.devutil.ObjectId
 
expectedBytesExecuteRequest(HttpUriRequest) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
 
ExpectedBytesResponseCallback - com.github.jerryxia.devutil.http.async中的类
 
ExpectedBytesResponseCallback() - 类 的构造器com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
expectedTextExecuteRequest(HttpUriRequest) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
 
ExpectedTextResponseCallback - com.github.jerryxia.devutil.http.async中的类
 
ExpectedTextResponseCallback() - 类 的构造器com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 

F

fail() - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
fail() - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
failed(Exception) - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
failed(Exception) - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 
failed(Exception) - 类 中的方法com.github.jerryxia.devutil.http.async.IgnoreResponseCallback
 
failWithMsg(String) - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
failWithMsg(String) - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 

G

get() - 类 中的静态方法com.github.jerryxia.devutil.ObjectId
Gets a new object id.
getBody() - 类 中的方法com.github.jerryxia.devutil.http.CopiedByteHttpResponse
 
getBody() - 类 中的方法com.github.jerryxia.devutil.http.CopiedTextHttpResponse
 
getCode() - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
getCode() - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
getCompletedDuration() - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
getCompletedDuration() - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 
getCopiedHttpResponse() - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
getCopiedHttpResponse() - 类 中的方法com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 
getCounter() - 类 中的方法com.github.jerryxia.devutil.ObjectId
Gets the counter.
getCreateDate() - 类 中的方法com.github.jerryxia.devutil.springblock.security.IdUser
 
getCurrentCounter() - 类 中的静态方法com.github.jerryxia.devutil.ObjectId
Gets the current value of the auto-incrementing counter.
getData() - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
getData() - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
getDate() - 类 中的方法com.github.jerryxia.devutil.ObjectId
Gets the timestamp as a Date instance.
getDelimiterName(String) - 类 中的方法com.github.jerryxia.devutil.mybatis.DefaultMapperCommentGenerator
 
getDelimiterName(String) - 类 中的方法com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
getGeneratedMachineIdentifier() - 类 中的静态方法com.github.jerryxia.devutil.ObjectId
Gets the generated machine identifier.
getGeneratedProcessIdentifier() - 类 中的静态方法com.github.jerryxia.devutil.ObjectId
Gets the generated process identifier.
getHeaders() - 类 中的方法com.github.jerryxia.devutil.http.CopiedByteHttpResponse
 
getHeaders() - 类 中的方法com.github.jerryxia.devutil.http.CopiedTextHttpResponse
 
getId() - 类 中的方法com.github.jerryxia.devutil.springblock.security.IdUser
 
getMachineIdentifier() - 类 中的方法com.github.jerryxia.devutil.ObjectId
Gets the machine identifier.
getMsg() - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
getMsg() - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
getProcessIdentifier() - 类 中的方法com.github.jerryxia.devutil.ObjectId
Gets the process identifier.
getStatusLine() - 类 中的方法com.github.jerryxia.devutil.http.CopiedByteHttpResponse
 
getStatusLine() - 类 中的方法com.github.jerryxia.devutil.http.CopiedTextHttpResponse
 
getTime() - 类 中的方法com.github.jerryxia.devutil.ObjectId
已过时。
Use #getDate instead
getTimeSecond() - 类 中的方法com.github.jerryxia.devutil.ObjectId
已过时。
Use #getTimestamp instead
getTimestamp() - 类 中的方法com.github.jerryxia.devutil.ObjectId
Gets the timestamp (number of seconds since the Unix epoch).
getValue() - 枚举 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutputCode
 
getValue() - 枚举 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleResCode
 

H

HASH_ALGORITHM_INDEX - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
HASH_BYTE_SIZE - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
HASH_SECTIONS - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
HASH_SIZE_INDEX - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
hashCode() - 类 中的方法com.github.jerryxia.devutil.ObjectId
 
HttpHelper - com.github.jerryxia.devutil.http中的类
 
HttpHelper() - 类 的构造器com.github.jerryxia.devutil.http.HttpHelper
 

I

IdUser - com.github.jerryxia.devutil.springblock.security中的类
携带用户Id的User对象
IdUser(String, String, String, int, Date, Collection<? extends GrantedAuthority>) - 类 的构造器com.github.jerryxia.devutil.springblock.security.IdUser
 
IgnoreResponseCallback - com.github.jerryxia.devutil.http.async中的类
 
IgnoreResponseCallback() - 类 的构造器com.github.jerryxia.devutil.http.async.IgnoreResponseCallback
 
INSTANCE - 类 中的静态变量com.github.jerryxia.devutil.http.AllTrustStrategy
 
InvalidHashException(String) - 异常错误 的构造器com.github.jerryxia.devutil.springblock.security.PasswordStorage.InvalidHashException
 
InvalidHashException(String, Throwable) - 异常错误 的构造器com.github.jerryxia.devutil.springblock.security.PasswordStorage.InvalidHashException
 
isTrusted(X509Certificate[], String) - 类 中的方法com.github.jerryxia.devutil.http.AllTrustStrategy
 
isValid(String) - 类 中的静态方法com.github.jerryxia.devutil.ObjectId
Checks if a string could be an ObjectId.
ITERATION_INDEX - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 

M

MapperCommentGenerator - com.github.jerryxia.devutil.mybatis中的类
 
MapperCommentGenerator() - 类 的构造器com.github.jerryxia.devutil.mybatis.MapperCommentGenerator
 
matches(CharSequence, String) - 类 中的方法com.github.jerryxia.devutil.springblock.security.PasswordStoragePasswordEncoder
 
msg(String) - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
msg(String) - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 

N

newThread(Runnable) - 类 中的方法com.github.jerryxia.devutil.CustomNameThreadFactory
 
now() - 类 中的静态方法com.github.jerryxia.devutil.SystemClock
 
nowDate() - 类 中的静态方法com.github.jerryxia.devutil.SystemClock
 

O

ObjectId - com.github.jerryxia.devutil中的类
A globally unique identifier for objects.
ObjectId() - 类 的构造器com.github.jerryxia.devutil.ObjectId
Create a new object id.
ObjectId(Date) - 类 的构造器com.github.jerryxia.devutil.ObjectId
Constructs a new instance using the given date.
ObjectId(Date, int) - 类 的构造器com.github.jerryxia.devutil.ObjectId
Constructs a new instances using the given date and counter.
ObjectId(Date, int, short, int) - 类 的构造器com.github.jerryxia.devutil.ObjectId
Constructs a new instances using the given date, machine identifier, process identifier, and counter.
ObjectId(int, int, short, int) - 类 的构造器com.github.jerryxia.devutil.ObjectId
Creates an ObjectId using the given time, machine identifier, process identifier, and counter.
ObjectId(String) - 类 的构造器com.github.jerryxia.devutil.ObjectId
Constructs a new instance from a 24-byte hexadecimal string representation.
ObjectId(byte[]) - 类 的构造器com.github.jerryxia.devutil.ObjectId
Constructs a new instance from the given byte array
ObjectId(ByteBuffer) - 类 的构造器com.github.jerryxia.devutil.ObjectId
Constructs a new instance from the given ByteBuffer
onApplicationEvent(ContextClosedEvent) - 类 中的方法com.github.jerryxia.devutil.springblock.context.ApplicationContextClosedListener
 
onApplicationEvent(ApplicationReadyEvent) - 类 中的方法com.github.jerryxia.devutil.springblock.context.ApplicationReadyListener
Object bean = event.getApplicationContext().getBean("webRequestLoggingFilter"); if(bean !
org.apache.http.impl.nio.client - 程序包 org.apache.http.impl.nio.client
 

P

PasswordStorage - com.github.jerryxia.devutil.springblock.security中的类
 
PasswordStorage() - 类 的构造器com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
PasswordStorage.CannotPerformOperationException - com.github.jerryxia.devutil.springblock.security中的异常错误
 
PasswordStorage.InvalidHashException - com.github.jerryxia.devutil.springblock.security中的异常错误
 
PasswordStoragePasswordEncoder - com.github.jerryxia.devutil.springblock.security中的类
 
PasswordStoragePasswordEncoder() - 类 的构造器com.github.jerryxia.devutil.springblock.security.PasswordStoragePasswordEncoder
 
PBKDF2_ALGORITHM - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
PBKDF2_INDEX - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
PBKDF2_ITERATIONS - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
postProcess(O) - 类 中的方法com.github.jerryxia.devutil.springblock.security.DaoAuthenticationProviderPostProcess
 
putToByteBuffer(ByteBuffer) - 类 中的方法com.github.jerryxia.devutil.ObjectId
Convert to bytes and put those bytes to the provided ByteBuffer.

R

RuntimeVariables - com.github.jerryxia.devutil中的类
 
RuntimeVariables() - 类 的构造器com.github.jerryxia.devutil.RuntimeVariables
 

S

SALT_BYTE_SIZE - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
SALT_INDEX - 类 中的静态变量com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
setCode(int) - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
setCode(int) - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
setData(Map<String, Object>) - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
setData(Map<String, Object>) - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
setMsg(String) - 类 中的方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
setMsg(String) - 类 中的方法com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
simpleExecuteRequest(HttpUriRequest) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
 
simpleFormPost(URI, Map<String, String>, FutureCallback<HttpResponse>) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
simpleFormPost(String, Map<String, String>) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
表单提交请求,等价于: HttpPost httpPost = buildSimpleFormPost(uri, params, DEFAULT_REQUEST_CONFIG); return simpleExecuteRequest(httpPost);
simpleGet(URI, Map<String, String>, FutureCallback<HttpResponse>) - 类 中的静态方法com.github.jerryxia.devutil.http.async.AsyncHttpHelper
 
simpleGet(String, Map<String, String>) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
简单Get请求,等价于: HttpGet httpGet = buildSimpleGet(uri, params, DEFAULT_REQUEST_CONFIG); return simpleExecuteRequest(httpPost);
simpleJsonPost(String, String) - 类 中的静态方法com.github.jerryxia.devutil.http.HttpHelper
json payload提交请求,等价于: HttpPost httpPost = buildSimpleJsonPost(uri, jsonStr, DEFAULT_REQUEST_CONFIG); return simpleExecuteRequest(httpPost);
SimpleOutput - com.github.jerryxia.devutil.dataobject.service.output中的类
 
SimpleOutput() - 类 的构造器com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
SimpleOutput(int, String, Map<String, Object>) - 类 的构造器com.github.jerryxia.devutil.dataobject.service.output.SimpleOutput
 
SimpleOutputCode - com.github.jerryxia.devutil.dataobject.service.output中的枚举
 
SimpleRes - com.github.jerryxia.devutil.dataobject.web.response中的类
 
SimpleRes() - 类 的构造器com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
SimpleRes(int, String, Map<String, Object>) - 类 的构造器com.github.jerryxia.devutil.dataobject.web.response.SimpleRes
 
SimpleResCode - com.github.jerryxia.devutil.dataobject.web.response中的枚举
 
start - 类 中的变量com.github.jerryxia.devutil.http.async.ExpectedBytesResponseCallback
 
start - 类 中的变量com.github.jerryxia.devutil.http.async.ExpectedTextResponseCallback
 
SystemClock - com.github.jerryxia.devutil中的类
It is an alternative to the system clock

T

toByteArray() - 类 中的方法com.github.jerryxia.devutil.ObjectId
Convert to a byte array.
toHexString() - 类 中的方法com.github.jerryxia.devutil.ObjectId
Converts this instance into a 24-byte hexadecimal string representation.
toString() - 类 中的方法com.github.jerryxia.devutil.ObjectId
 
toStringMongod() - 类 中的方法com.github.jerryxia.devutil.ObjectId
已过时。

V

valueOf(String) - 枚举 中的静态方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutputCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.jerryxia.devutil.dataobject.web.response.SimpleResCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.jerryxia.devutil.dataobject.service.output.SimpleOutputCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.jerryxia.devutil.dataobject.web.response.SimpleResCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyPassword(String, String) - 类 中的静态方法com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
verifyPassword(char[], String) - 类 中的静态方法com.github.jerryxia.devutil.springblock.security.PasswordStorage
 
VERSION - 类 中的静态变量com.github.jerryxia.devutil.RuntimeVariables
lib version
A B C D E F G H I M N O P R S T V 
跳过导航链接

Copyright © 2019. All rights reserved.