com.alipay.hessian
Interface ClassNameFilter

All Known Implementing Classes:
InternalNameBlackListFilter, NameBlackListFilter, NameMappingFilter

public interface ClassNameFilter

类名过滤器


Method Summary
 int order()
          排序,从小到大排序,越小越前面
 String resolve(String className)
          决定类名,例如进行过滤,转换,等等。
 

Method Detail

order

int order()
排序,从小到大排序,越小越前面

Returns:
顺序

resolve

String resolve(String className)
               throws IOException
决定类名,例如进行过滤,转换,等等。

Parameters:
className - 类名
Returns:
类名
Throws:
IOException


Copyright © 2008–2018 Ant Financial. All rights reserved.