public class BooleanPropertyProcessor extends PropertyProcessor
context, element, expression, node| 构造器和说明 |
|---|
BooleanPropertyProcessor(Context context,
PropertyElement element,
Expression parentExpression) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
handle(com.fasterxml.jackson.databind.node.ObjectNode parentNode,
Class<?> clazz,
Object value,
String showName)
Extension: Constructing the Node in Json tree structure
|
protected boolean |
support(Class<?> sourceClass)
Extension: Determine whether to support a certain type of value
|
processcreateExpressionpublic BooleanPropertyProcessor(Context context, PropertyElement element, Expression parentExpression)
protected boolean support(Class<?> sourceClass)
PropertyProcessorsupport 在类中 PropertyProcessorsourceClass - source classprotected void handle(com.fasterxml.jackson.databind.node.ObjectNode parentNode,
Class<?> clazz,
Object value,
String showName)
PropertyProcessorhandle 在类中 PropertyProcessorparentNode - parent jsonNodeclazz - vlassvalue - valueshowName - show nameCopyright © 2016–2017. All rights reserved.