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 class
    static class  Lookup.Serializer<POJO extends StringLookupPojo<POJO>>
    Serializes a StringLookupPojo of any type into the JSON string that it represents
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait