public class DataObjectInfo extends Object
Constructor and Description |
---|
DataObjectInfo(boolean annotated,
MapperInfo serializer,
MapperInfo deserializer) |
Modifier and Type | Method and Description |
---|---|
MapperInfo |
getDeserializer() |
TypeInfo |
getJsonType() |
MapperInfo |
getSerializer() |
boolean |
isAnnotated() |
boolean |
isDeserializable() |
boolean |
isSerializable() |
public DataObjectInfo(boolean annotated, MapperInfo serializer, MapperInfo deserializer)
public boolean isAnnotated()
public TypeInfo getJsonType()
public MapperInfo getSerializer()
public MapperInfo getDeserializer()
public boolean isSerializable()
public boolean isDeserializable()
Copyright © 2022 Eclipse. All rights reserved.