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. _propsByName
Methods in com.fasterxml.jackson.jr.ob.impl that return BeanPropertyReader Modifier and Type Method Description BeanPropertyReader
BeanReader. findProperty(java.lang.String name)
BeanPropertyReader
BeanPropertyReader. 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)
Deprecated.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, java.util.Set<java.lang.String> ignorableNames, java.util.Map<java.lang.String,java.lang.String> aliasMapping)
Constructors used for deserialization use case
-