A - B - public class ClassMapBuilderForArrays<A,B> extends ClassMapBuilderForLists<A,B>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassMapBuilderForArrays.Factory
Factory constructs instances of ClassMapBuilderForArrays
|
| Modifier | Constructor and Description |
|---|---|
protected |
ClassMapBuilderForArrays(Type<A> aType,
Type<B> bType,
MapperFactory mapperFactory,
PropertyResolverStrategy propertyResolver,
DefaultFieldMapper... defaults) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isATypeBean() |
protected boolean |
isSpecialCaseType(Type<?> type)
Test whether the provided type is the special case type for this Builder
(as in, not the standard Java Bean type)
|
protected Property |
resolveCustomProperty(String expr,
Type<?> propertyType)
Resolves a custom property for this builder using the provided expression
|
protected ClassMapBuilderForArrays<A,B> |
self() |
fieldMap, resolveAndIncrementIndexbyDefault, getParentExpression, resolvePropertyaddFieldMap, byDefault, byDefault, byDefault, constructorA, constructorB, customize, customize, describeClassMap, exclude, favorExtension, field, field, field, field, field, field, field, fieldAToB, fieldBToA, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, getAType, getBType, getDefaultFieldMappers, getMappedFields, getMappedPropertiesForTypeA, getMappedPropertiesForTypeB, getPropertiesForTypeA, getPropertiesForTypeB, getPropertyExpressions, getPropertyResolver, isNestedPropertyExpression, map, map, map, map, mapNulls, mapNullsInReverse, register, resolvePropertyForA, resolvePropertyForB, toClassMap, toString, use, useprotected ClassMapBuilderForArrays(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper... defaults)
aType - bType - propertyResolver - defaults - protected ClassMapBuilderForArrays<A,B> self()
self in class ClassMapBuilderForLists<A,B>protected boolean isATypeBean()
isATypeBean in class ClassMapBuilderForLists<A,B>protected boolean isSpecialCaseType(Type<?> type)
ClassMapBuilderForMapsisSpecialCaseType in class ClassMapBuilderForLists<A,B>protected Property resolveCustomProperty(String expr, Type<?> propertyType)
ClassMapBuilderForMapsresolveCustomProperty in class ClassMapBuilderForLists<A,B>Copyright © 2017 Glasnost. All Rights Reserved.