org.rosenvold.spring.convention.interfacemappers
Class Prefix

java.lang.Object
  extended by org.rosenvold.spring.convention.interfacemappers.Prefix
All Implemented Interfaces:
InterfaceToImplementationMapper
Direct Known Subclasses:
DefaultPrefix, StubPrefix

public abstract class Prefix
extends Object
implements InterfaceToImplementationMapper

Author:
Kristian Rosenvold

Constructor Summary
Prefix(String prefix)
           
 
Method Summary
 String getBeanClassName(Class aClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prefix

public Prefix(String prefix)
Method Detail

getBeanClassName

public String getBeanClassName(Class aClass)
Specified by:
getBeanClassName in interface InterfaceToImplementationMapper


Copyright © 2011. All Rights Reserved.