com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap Java Examples
The following examples show how to use
com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: SuperSonicUnrolledDeserializer.java From jackson-modules-base with Apache License 2.0 | 6 votes |
protected SuperSonicUnrolledDeserializer(SuperSonicUnrolledDeserializer src, UnwrappedPropertyHandler unwrapHandler, BeanPropertyMap renamedProperties, boolean ignoreAllUnknown) { super(src, unwrapHandler, renamedProperties, ignoreAllUnknown); _propCount = src._propCount; _prop1 = src._prop1; _name1 = src._name1; _prop2 = src._prop2; _name2 = src._name2; _prop3 = src._prop3; _name3 = src._name3; _prop4 = src._prop4; _name4 = src._name4; _prop5 = src._prop5; _name5 = src._name5; _prop6 = src._prop6; _name6 = src._name6; }
Example #2
Source File: AbstractBeanDeserializer.java From caravan with Apache License 2.0 | 5 votes |
public AbstractBeanDeserializer(BeanDeserializerBuilder builder, BeanDescription beanDesc, BeanPropertyMap properties, Map<String, SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, boolean hasViews) { super(builder, beanDesc, properties, backRefs, ignorableProps, ignoreAllUnknown, hasViews); }
Example #3
Source File: SuperSonicBDBase.java From jackson-modules-base with Apache License 2.0 | 5 votes |
protected SuperSonicBDBase(SuperSonicBDBase src, UnwrappedPropertyHandler unwrapHandler, BeanPropertyMap renamedProperties, boolean ignoreAllUnknown) { super(src, unwrapHandler, renamedProperties, ignoreAllUnknown); _orderedPropertyNames = src._orderedPropertyNames; _orderedProperties = src._orderedProperties; }
Example #4
Source File: DurationDeserializer.java From caravan with Apache License 2.0 | 4 votes |
public DurationDeserializer(BeanDeserializerBuilder builder, BeanDescription beanDesc, BeanPropertyMap properties, Map<String, SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, boolean hasViews) { super(builder, beanDesc, properties, backRefs, ignorableProps, ignoreAllUnknown, hasViews); }
Example #5
Source File: CalendarDeserializer.java From caravan with Apache License 2.0 | 4 votes |
public CalendarDeserializer(BeanDeserializerBuilder builder, BeanDescription beanDesc, BeanPropertyMap properties, Map<String, SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, boolean hasViews) { super(builder, beanDesc, properties, backRefs, ignorableProps, ignoreAllUnknown, hasViews); }
Example #6
Source File: XMLGregorianCalendarDeserializer.java From caravan with Apache License 2.0 | 4 votes |
public XMLGregorianCalendarDeserializer(BeanDeserializerBuilder builder, BeanDescription beanDesc, BeanPropertyMap properties, Map<String, SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, boolean hasViews) { super(builder, beanDesc, properties, backRefs, ignorableProps, ignoreAllUnknown, hasViews); }
Example #7
Source File: AbstractTypeCustomizationFactory.java From caravan with Apache License 2.0 | 4 votes |
public BuilderAndPropertyMap(BeanDeserializerBuilder builder, BeanPropertyMap propertyMap, BeanDescription beanDesc) { this.builder = builder; this.propertyMap = propertyMap; this.beanDesc = beanDesc; }
Example #8
Source File: BigDecimalDeserializer.java From caravan with Apache License 2.0 | 4 votes |
public BigDecimalDeserializer(BeanDeserializerBuilder builder, BeanDescription beanDesc, BeanPropertyMap properties, Map<String, SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, boolean hasViews) { super(builder, beanDesc, properties, backRefs, ignorableProps, ignoreAllUnknown, hasViews); }
Example #9
Source File: SuperSonicBeanDeserializer.java From jackson-modules-base with Apache License 2.0 | 4 votes |
protected SuperSonicBeanDeserializer(SuperSonicBeanDeserializer src, UnwrappedPropertyHandler unwrapHandler, BeanPropertyMap renamedProperties, boolean ignoreAllUnknown) { super(src, unwrapHandler, renamedProperties, ignoreAllUnknown); }