C F G H I P R S T W 

C

com.colobu.fastjson - 程序包 com.colobu.fastjson
 

F

FastJsonConfig - com.colobu.fastjson中的类
Config FastJson.
FastJsonConfig(SerializeConfig, SerializerFeature[]) - 类 的构造器com.colobu.fastjson.FastJsonConfig
 
FastJsonConfig(SerializeConfig, SerializerFeature[], Map<Class<?>, SerializeFilter>) - 类 的构造器com.colobu.fastjson.FastJsonConfig
 
FastJsonConfig(ParserConfig, Feature[]) - 类 的构造器com.colobu.fastjson.FastJsonConfig
 
FastJsonConfig(SerializeConfig, SerializerFeature[], Map<Class<?>, SerializeFilter>, ParserConfig, Feature[]) - 类 的构造器com.colobu.fastjson.FastJsonConfig
 
fastJsonConfig - 类 中的变量com.colobu.fastjson.FastJsonProvider
 
FastJsonProvider - com.colobu.fastjson中的类
JAX-RS Provider for fastjson.
FastJsonProvider() - 类 的构造器com.colobu.fastjson.FastJsonProvider
Can serialize/deserialize all types.
FastJsonProvider(boolean) - 类 的构造器com.colobu.fastjson.FastJsonProvider
Only serialize/deserialize all types annotated with FastJsonType.
FastJsonProvider(String[]) - 类 的构造器com.colobu.fastjson.FastJsonProvider
Only serialize/deserialize all types in scanpackages.
FastJsonProvider(String[], boolean) - 类 的构造器com.colobu.fastjson.FastJsonProvider
Only serialize/deserialize all types in scanpackages.
FastJsonProvider(Class<?>[]) - 类 的构造器com.colobu.fastjson.FastJsonProvider
Only serialize/deserialize all types in clazzes.
FastJsonType - com.colobu.fastjson中的注释类型
Annotate a class that can be serialized/deserialized if FastJsonProvider is configured with Annotation scan.
features - 类 中的变量com.colobu.fastjson.FastJsonConfig
 

G

getSize(Object, Class<?>, Type, Annotation[], MediaType) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Method that JAX-RS container calls to try to figure out serialized length of given value. always return -1 to denote "not known".

H

handleResovleTask(DefaultJSONParser, Object) - 类 中的静态方法com.colobu.fastjson.FastJsonProvider
 
hasMatchingMediaType(MediaType) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Check media type like "application/json".

I

init(FastJsonConfig) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Init this provider with more fastjson configurations.
inputStreamToString(InputStream) - 类 中的静态方法com.colobu.fastjson.IOUtils
read a String from an InputStream object.
IOUtils - com.colobu.fastjson中的类
 
IOUtils() - 类 的构造器com.colobu.fastjson.IOUtils
 
isReadable(Class<?>, Type, Annotation[], MediaType) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Method that JAX-RS container calls to try to check whether values of given type (and media type) can be deserialized by this provider.
isValidType(Class<?>, Annotation[]) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Check whether a class can be serialized or deserialized.
isWriteable(Class<?>, Type, Annotation[], MediaType) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.

P

parseObject(InputStream, Type, ParserConfig, ParseProcess, int, Feature[]) - 类 中的静态方法com.colobu.fastjson.FastJsonProvider
 
parserConfig - 类 中的变量com.colobu.fastjson.FastJsonConfig
 

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Method that JAX-RS container calls to deserialize given value.

S

serializeConfig - 类 中的变量com.colobu.fastjson.FastJsonConfig
 
serializeFilters - 类 中的变量com.colobu.fastjson.FastJsonConfig
 
serializerFeatures - 类 中的变量com.colobu.fastjson.FastJsonConfig
 

T

toJSONString(Object, SerializeFilter, SerializerFeature[]) - 类 中的方法com.colobu.fastjson.FastJsonProvider
 

W

writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - 类 中的方法com.colobu.fastjson.FastJsonProvider
Method that JAX-RS container calls to serialize given value.
C F G H I P R S T W 

Copyright © 2014 colobu. All Rights Reserved.