Uses of Interface
com.alibaba.fastjson2.filter.Filter
Packages that use Filter
-
Uses of Filter in com.alibaba.fastjson2
Subinterfaces of Filter in com.alibaba.fastjson2Methods in com.alibaba.fastjson2 with parameters of type FilterModifier and TypeMethodDescriptionvoidvoidvoidJSONReader.Context.config(Filter[] filters, JSONReader.Feature... features) voidJSONReader.Context.config(Filter filter, JSONReader.Feature... features) voidJSONWriter.Context.configFilter(Filter... filters) static JSONReader.ContextJSONFactory.createReadContext(Filter filter, JSONReader.Feature... features) static <T> TJSON.parseObject(byte[] bytes, Class<T> clazz, Filter filter, JSONReader.Feature... features) Parses the json byte array asJSON.static <T> TJSON.parseObject(byte[] bytes, Type type, Filter filter, JSONReader.Feature... features) Parses the json byte array asJSON.static <T> TJSON.parseObject(byte[] bytes, Type type, String format, Filter[] filters, JSONReader.Feature... features) Parses the json byte array asJSON.static <T> TJSON.parseObject(String text, TypeReference<T> typeReference, Filter filter, JSONReader.Feature... features) Parses the json string asJSON.static <T> TJSON.parseObject(String text, Class<T> clazz, Filter filter, JSONReader.Feature... features) Parses the json string asJSON.static <T> TJSON.parseObject(String text, Type type, Filter filter, JSONReader.Feature... features) Parses the json string asJSON.static <T> TJSON.parseObject(String text, Type type, String format, Filter[] filters, JSONReader.Feature... features) Parses the json string asJSON.static <T> TJSONB.parseObject(byte[] jsonbBytes, Class<T> objectClass, Filter filter, JSONReader.Feature... features) static <T> TJSONB.parseObject(byte[] jsonbBytes, Type objectType, SymbolTable symbolTable, Filter[] filters, JSONReader.Feature... features) static voidRegister ObjectWriterFilterstatic byte[]JSONB.toBytes(Object object, SymbolTable symbolTable, Filter[] filters, JSONWriter.Feature... features) static byte[]JSON.toJSONBytes(Object object, Filter... filters) Serializes the specified object to the json byte arraystatic byte[]JSON.toJSONBytes(Object object, Filter[] filters, JSONWriter.Feature... features) Serializes the specified object to the json byte arraystatic byte[]JSON.toJSONBytes(Object object, String format, Filter[] filters, JSONWriter.Feature... features) Serializes the specified object to the json byte arraystatic StringJSON.toJSONString(Object object, Filter[] filters, JSONWriter.Feature... features) Serializes the specified object to the json stringstatic StringJSON.toJSONString(Object object, Filter filter, JSONWriter.Feature... features) Serializes the specified object to the json stringstatic StringJSON.toJSONString(Object object, String format, Filter[] filters, JSONWriter.Feature... features) Serializes the specified object to the json stringstatic intJSON.writeTo(OutputStream out, Object object, Filter[] filters, JSONWriter.Feature... features) Serializes the specified object to the json byte array and write it toOutputStreamstatic intJSON.writeTo(OutputStream out, Object object, String format, Filter[] filters, JSONWriter.Feature... features) Serializes the specified object to the json byte array and write it toOutputStreamConstructors in com.alibaba.fastjson2 with parameters of type FilterModifierConstructorDescriptionContext(ObjectReaderProvider provider, Filter filter, JSONReader.Feature... features) Context(ObjectReaderProvider provider, SymbolTable symbolTable, Filter[] filters, JSONReader.Feature... features) -
Uses of Filter in com.alibaba.fastjson2.filter
Subinterfaces of Filter in com.alibaba.fastjson2.filterModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in com.alibaba.fastjson2.filter that implement FilterModifier and TypeClassDescriptionclassclassclassstatic classclassclass -
Uses of Filter in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type Filter