Uses of Class
com.fasterxml.jackson.databind.deser.impl.SetterlessProperty

Packages that use SetterlessProperty
com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. 
 

Uses of SetterlessProperty in com.fasterxml.jackson.databind.deser.impl
 

Methods in com.fasterxml.jackson.databind.deser.impl that return SetterlessProperty
 SetterlessProperty SetterlessProperty.withName(String newName)
           
 SetterlessProperty SetterlessProperty.withValueDeserializer(JsonDeserializer<?> deser)
           
 

Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type SetterlessProperty
SetterlessProperty(SetterlessProperty src, JsonDeserializer<?> deser)
           
SetterlessProperty(SetterlessProperty src, String newName)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.