| Constructor parameters in org.chromattic.core.mapping with type arguments of type MethodMapping |
MixinTypeMapping(org.reflext.api.ClassTypeInfo objectClass,
Set<PropertyMapping> propertyMappings,
Set<MethodMapping> methodMappings,
NameConflictResolution onDuplicate,
String mixinTypeName)
|
NodeTypeMapping(org.reflext.api.ClassTypeInfo objectClass,
Set<PropertyMapping> propertyMappings,
Set<MethodMapping> methodMappings,
NameConflictResolution onDuplicate,
String nodeTypeName,
Class<? extends ObjectFormatter> formatterClass)
|
TypeMapping(org.reflext.api.ClassTypeInfo objectClass,
Set<PropertyMapping> propertyMappings,
Set<MethodMapping> methodMappings,
NameConflictResolution onDuplicate,
Class<? extends ObjectFormatter> formatterClass)
|