public class DesensitizedAnnotationFormatterFactory extends Object implements org.springframework.format.AnnotationFormatterFactory<Desensitized>
| 构造器和说明 |
|---|
DesensitizedAnnotationFormatterFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Class<?>> |
getFieldTypes()
返回为处理的变量的类型
|
org.springframework.format.Parser<?> |
getParser(Desensitized desensitized,
Class<?> aClass) |
org.springframework.format.Printer<?> |
getPrinter(Desensitized desensitized,
Class<?> aClass) |
public Set<Class<?>> getFieldTypes()
getFieldTypes 在接口中 org.springframework.format.AnnotationFormatterFactory<Desensitized>public org.springframework.format.Printer<?> getPrinter(Desensitized desensitized, Class<?> aClass)
getPrinter 在接口中 org.springframework.format.AnnotationFormatterFactory<Desensitized>public org.springframework.format.Parser<?> getParser(Desensitized desensitized, Class<?> aClass)
getParser 在接口中 org.springframework.format.AnnotationFormatterFactory<Desensitized>Copyright © 2021. All rights reserved.