com.fasterxml.jackson.databind.util
Interface Getter


public interface Getter

Mix-in interface exposed by things that expose a single property whose value can be read.

Since:
2.0

Method Summary
 Object getValue(Object pojo)
           
 

Method Detail

getValue

Object getValue(Object pojo)


Copyright © 2012 fasterxml.com. All Rights Reserved.