public class IsEmptySerializer extends BaseSerializer<IsEmpty>
| Constructor and Description |
|---|
IsEmptySerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<IsEmpty> |
handledType() |
boolean |
isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
IsEmpty value) |
serializepublic boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
IsEmpty value)
isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<IsEmpty>public Class<IsEmpty> handledType()
handledType in class BaseSerializer<IsEmpty>Copyright © 2019 Jong Soft. All rights reserved.