Package tenapull.data.deserialize
Class Lookup
java.lang.Object
tenapull.data.deserialize.Lookup
public class Lookup
extends java.lang.Object
Includes two inner classes for serializing / deserializing StringLookupPojos
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Lookup.Deserializer<POJO extends StringLookupPojo<POJO>,DAO extends Dao<POJO> & StringLookupDao<POJO>>
Converts a JSON string into the appropriate StringLookupPojo instance of the type provided by the AbstractContextualPojoDeserializer super classstatic class
Lookup.Serializer<POJO extends StringLookupPojo<POJO>>
Serializes a StringLookupPojo of any type into the JSON string that it represents -
Method Summary