Package com.alibaba.fastjson2.filter
Interface NameFilter
-
- All Superinterfaces:
Filter
- All Known Implementing Classes:
PascalNameFilter
public interface NameFilter extends Filter
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NameFiltercompose(NameFilter before, NameFilter after)static NameFilterof(PropertyNamingStrategy namingStrategy)static NameFilterof(Function<String,String> function)Stringprocess(Object object, String name, Object value)
-
-
-
Method Detail
-
of
static NameFilter of(PropertyNamingStrategy namingStrategy)
-
compose
static NameFilter compose(NameFilter before, NameFilter after)
-
of
static NameFilter of(Function<String,String> function)
-
-