MappingInheritanceStrategy | 
mappingInheritanceStrategy() | 
The strategy to use for applying method-level configuration annotations of prototype methods in the interface
 specified with  Mapper.config().  
 | 
MappingInheritanceStrategy | 
mappingInheritanceStrategy() | 
 The strategy to use for applying method-level configuration annotations of prototype methods in the interface
 annotated with this annotation. 
 | 
static MappingInheritanceStrategy | 
MappingInheritanceStrategy.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static MappingInheritanceStrategy[] | 
MappingInheritanceStrategy.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 |