Interface NameFilter

All Superinterfaces:
com.alibaba.fastjson2.filter.Filter, com.alibaba.fastjson2.filter.NameFilter, SerializeFilter
All Known Implementing Classes:
PascalNameFilter

public interface NameFilter extends SerializeFilter, com.alibaba.fastjson2.filter.NameFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Object object, String name, Object value)
     
  • Method Details

    • process

      String process(Object object, String name, Object value)
      Specified by:
      process in interface com.alibaba.fastjson2.filter.NameFilter