Class BeansMapper<T>


  • public abstract class BeansMapper<T>
    extends JsonReaderI<T>
    • Field Detail

      • MAPPER_DATE

        public static JsonReaderI<java.util.Date> MAPPER_DATE
    • Constructor Detail

      • BeansMapper

        public BeansMapper​(JsonReader base)
    • Method Detail

      • getValue

        public abstract java.lang.Object getValue​(java.lang.Object current,
                                                  java.lang.String key)
        Description copied from class: JsonReaderI
        Gets a value from the current object
        Overrides:
        getValue in class JsonReaderI<T>
        Parameters:
        current - the current object
        key - the key to get the value for
        Returns:
        the value associated with the key