Uses of Class
org.chromattic.core.mapper.MethodMapper

Packages that use MethodMapper
org.chromattic.core.mapper   
 

Uses of MethodMapper in org.chromattic.core.mapper
 

Subclasses of MethodMapper in org.chromattic.core.mapper
static class MethodMapper.Create
           
static class MethodMapper.Destroy
           
static class MethodMapper.FindById
           
 

Methods in org.chromattic.core.mapper that return types with arguments of type MethodMapper
 Set<MethodMapper> TypeMapper.getMethodMappers()
           
 

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



Copyright © 2009 eXo Platform SAS. All Rights Reserved.