Class DefaultListJsonReader<EntityType>

    • Constructor Detail

      • DefaultListJsonReader

        public DefaultListJsonReader​(String entityType,
                                     Class<EntityType> elClazz)
        Use this constructor if the element of the list are not based on Java generic type.
        Parameters:
        entityType - The list "entity-type".
        elClazz - The class of the element of the list.
      • DefaultListJsonReader

        public DefaultListJsonReader​(String entityType,
                                     Class<EntityType> elClazz,
                                     Type elGenericType)
        Use this constructor if the element of the list are based on Java generic type.
        Parameters:
        entityType - The list "entity-type".
        elClazz - The class of the element of the list.
        elGenericType - The generic type of the list (you can use to generate it