| Package | Description |
|---|---|
| com.alibaba.fastjson | |
| com.alibaba.fastjson.parser | |
| com.alibaba.fastjson.serializer | |
| com.alibaba.fastjson.util |
| Modifier and Type | Method and Description |
|---|---|
static PropertyNamingStrategy |
PropertyNamingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyNamingStrategy[] |
PropertyNamingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
PropertyNamingStrategy |
ParserConfig.propertyNamingStrategy |
| Modifier and Type | Field and Description |
|---|---|
PropertyNamingStrategy |
SerializeConfig.propertyNamingStrategy |
| Constructor and Description |
|---|
JavaBeanSerializer(Class<?> clazz,
int classModifiers,
Map<String,String> aliasMap,
boolean fieldOnly,
boolean jsonTypeSupport,
boolean jsonFieldSupport,
boolean fieldGenericSupport,
PropertyNamingStrategy propertyNamingStrategy) |
JavaBeanSerializer(Class<?> clazz,
PropertyNamingStrategy propertyNamingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static List<FieldInfo> |
TypeUtils.computeGetters(Class<?> clazz,
int modifiers,
boolean fieldOnly,
JSONType jsonType,
Map<String,String> aliasMap,
boolean sorted,
boolean jsonFieldSupport,
boolean fieldGenericSupport,
PropertyNamingStrategy propertyNamingStrategy) |
Copyright © 2012–2017 Alibaba Group. All rights reserved.