public abstract class JsonPropertyUtils extends Object
| 构造器和说明 |
|---|
JsonPropertyUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.alibaba.fastjson.serializer.PropertyPreFilter |
getExcludePropPreFilter(Class<?> clazz,
String... field) |
static com.alibaba.fastjson.serializer.PropertyPreFilter |
getExcludePropPreFilter(Map<Class<?>,String[]> excludes) |
static com.alibaba.fastjson.serializer.PropertyPreFilter |
getExcludePropPreFilter(String[] field) |
static com.alibaba.fastjson.serializer.PropertyPreFilter |
getIncludePropPreFilter(Class<?> clazz,
String... field) |
static com.alibaba.fastjson.serializer.PropertyPreFilter |
getIncludePropPreFilter(String[] field) |
public static com.alibaba.fastjson.serializer.PropertyPreFilter getIncludePropPreFilter(Class<?> clazz, String... field)
public static com.alibaba.fastjson.serializer.PropertyPreFilter getIncludePropPreFilter(String[] field)
public static com.alibaba.fastjson.serializer.PropertyPreFilter getExcludePropPreFilter(Class<?> clazz, String... field)
public static com.alibaba.fastjson.serializer.PropertyPreFilter getExcludePropPreFilter(Map<Class<?>,String[]> excludes)
public static com.alibaba.fastjson.serializer.PropertyPreFilter getExcludePropPreFilter(String[] field)
Copyright © 2017. All rights reserved.