com.acsinet_solutions.cetia4.controller.map
Class NoopMapperConfigurator

java.lang.Object
  extended by com.acsinet_solutions.cetia4.controller.map.NoopMapperConfigurator
All Implemented Interfaces:
MapperConfigurator

public final class NoopMapperConfigurator
extends java.lang.Object
implements MapperConfigurator

Null object instance that implements a NOOP configurator.

Author:
Santiago Arriaga

Constructor Summary
NoopMapperConfigurator()
           
 
Method Summary
 void configure(RequestMapper mapper)
          Configure the mappings of the given request mapper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopMapperConfigurator

public NoopMapperConfigurator()
Method Detail

configure

public void configure(RequestMapper mapper)
Description copied from interface: MapperConfigurator
Configure the mappings of the given request mapper.

Specified by:
configure in interface MapperConfigurator