FilterUtils (fastjson 1.1.26 API)

fastjson



com.alibaba.fastjson.serializer Class FilterUtils

java.lang.Object
  extended by com.alibaba.fastjson.serializer.FilterUtils

public class FilterUtils
extends Object


Constructor Summary
 
Method Summary
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static String
static String
static String
static String
static String
static String
static String
static String
static String
static Object
 
Methods inherited from class java.lang.Object
 

Constructor Detail

FilterUtils

public FilterUtils()
Method Detail

processValue

public static Object processValue(JSONSerializer serializer,
                                  Object object,
                                  String key,
                                  Object propertyValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                Object propertyValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                byte intValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                short intValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                int intValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                long intValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                float intValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                double intValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                boolean intValue)

processKey

public static String processKey(JSONSerializer serializer,
                                Object object,
                                String key,
                                char intValue)

applyName

public static boolean applyName(JSONSerializer serializer,
                                Object object,
                                String key)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            Object propertyValue)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            byte value)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            short value)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            int value)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            char value)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            long value)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            float value)

apply

public static boolean apply(JSONSerializer serializer,
                            Object object,
                            String key,
                            double value)


Copyright © 2012 Alibaba Group. All Rights Reserved.