| Constructor parameters in org.chromattic.core.mapper with type arguments of type MethodMapper |
MixinTypeMapper(java.lang.Class<?> objectClass,
java.util.Set<PropertyMapper> propertyMappers,
java.util.Set<MethodMapper> methodMappers,
NameConflictResolution onDuplicate,
Instrumentor instrumentor,
java.lang.String mixinTypeName)
|
NodeTypeMapper(java.lang.Class<?> objectClass,
java.util.Set<PropertyMapper> propertyMappers,
java.util.Set<MethodMapper> methodMappers,
NameConflictResolution onDuplicate,
Instrumentor instrumentor,
ObjectFormatter formatter,
java.lang.String nodeTypeName)
|
TypeMapper(java.lang.Class<?> objectClass,
java.util.Set<PropertyMapper> propertyMappers,
java.util.Set<MethodMapper> methodMappers,
NameConflictResolution onDuplicate,
ObjectFormatter formatter,
Instrumentor instrumentor)
|