com.servingxml.components.recordmapping
Class DefaultFieldAttributeMapFactoryAssembler

java.lang.Object
  extended by com.servingxml.components.recordmapping.DefaultFieldAttributeMapFactoryAssembler

public class DefaultFieldAttributeMapFactoryAssembler
extends java.lang.Object

The DefaultFieldAttributeMapFactoryAssembler implements an assembler for assembling DefaultFieldAttributeMapFactory objects.


Constructor Summary
DefaultFieldAttributeMapFactoryAssembler()
           
 
Method Summary
 MapXmlFactory assemble(ConfigurationContext context)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void setExcept(java.lang.String exceptQnames)
           
 void setExceptFields(java.lang.String exceptQnames)
           
 void setFields(java.lang.String fieldQnames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFieldAttributeMapFactoryAssembler

public DefaultFieldAttributeMapFactoryAssembler()
Method Detail

setFields

public void setFields(java.lang.String fieldQnames)

setExcept

public void setExcept(java.lang.String exceptQnames)

setExceptFields

public void setExceptFields(java.lang.String exceptQnames)

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

assemble

public MapXmlFactory assemble(ConfigurationContext context)