Uses of Class
com.fasterxml.jackson.jr.ob.impl.BeanPropertyReader
-
Packages that use BeanPropertyReader Package Description com.fasterxml.jackson.jr.ob.impl -
-
Uses of BeanPropertyReader in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl with type parameters of type BeanPropertyReader Modifier and Type Field Description protected java.util.Map<java.lang.String,BeanPropertyReader>BeanReader. _propsByNameMethods in com.fasterxml.jackson.jr.ob.impl that return BeanPropertyReader Modifier and Type Method Description BeanPropertyReaderBeanReader. findProperty(java.lang.String name)BeanPropertyReaderBeanPropertyReader. withReader(ValueReader vr)Methods in com.fasterxml.jackson.jr.ob.impl that return types with arguments of type BeanPropertyReader Modifier and Type Method Description java.util.Map<java.lang.String,BeanPropertyReader>BeanReader. propertiesByName()Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type BeanPropertyReader Constructor Description BeanPropertyReader(BeanPropertyReader src, ValueReader vr)Constructor parameters in com.fasterxml.jackson.jr.ob.impl with type arguments of type BeanPropertyReader Constructor Description BeanReader(java.lang.Class<?> type, java.util.Map<java.lang.String,BeanPropertyReader> props, java.lang.reflect.Constructor<?> defaultCtor, java.lang.reflect.Constructor<?> stringCtor, java.lang.reflect.Constructor<?> longCtor)Constructors used for deserialization use case
-