Uses of Class
com.fasterxml.jackson.databind.util.ViewMatcher

Packages that use ViewMatcher
com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding. 
com.fasterxml.jackson.databind.util Utility classes for Mapper package. 
 

Uses of ViewMatcher in com.fasterxml.jackson.databind.deser
 

Fields in com.fasterxml.jackson.databind.deser declared as ViewMatcher
protected  ViewMatcher SettableBeanProperty._viewMatcher
          Helper object used for checking whether this property is to be included in the active view, if property is view-specific; null otherwise.
 

Uses of ViewMatcher in com.fasterxml.jackson.databind.util
 

Methods in com.fasterxml.jackson.databind.util that return ViewMatcher
static ViewMatcher ViewMatcher.construct(Class<?>[] views)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.