|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.imolinfo.jbi4cics.messageformat.NoOpMappingDescriptor
public class NoOpMappingDescriptor
Constructor Summary | |
---|---|
NoOpMappingDescriptor()
|
Method Summary | |
---|---|
void |
addFieldMapping(java.lang.String propertyName,
java.lang.Integer fieldIndex,
FieldDescriptor fieldDescriptor)
Add a mapping definition to the mapping descriptor. |
void |
addFieldMapping(java.lang.String propertyName,
java.lang.String fieldName,
FieldDescriptor fieldDescriptor)
Add a mapping definition to the mapping descriptor. |
java.lang.Class |
getBeanClass()
Get the java class this mapping descriptor is expected to operate on Class. |
java.util.Map<java.lang.String,FieldDescriptor> |
getFieldMap()
|
void |
setBeanClass(java.lang.Class beanClass)
Set the java class this mapping descriptor is expected to operate on beanClass. |
void |
setCodePage(java.lang.String codePage)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoOpMappingDescriptor()
Method Detail |
---|
public void addFieldMapping(java.lang.String propertyName, java.lang.String fieldName, FieldDescriptor fieldDescriptor) throws FormatException
MappingDescriptor
addFieldMapping
in interface MappingDescriptor
propertyName
- The name of the property of the resulting bean or XMLfieldName
- The name of the original fieldfieldDescriptor
- The data description of original field
FormatException
- The format exceptionpublic void addFieldMapping(java.lang.String propertyName, java.lang.Integer fieldIndex, FieldDescriptor fieldDescriptor) throws FormatException
MappingDescriptor
addFieldMapping
in interface MappingDescriptor
propertyName
- name of the property of the resulting bean or XMLfieldIndex
- index of original field, useful when original name is not available and order id relevantfieldDescriptor
- data description of original field
FormatException
- The format exceptionpublic java.util.Map<java.lang.String,FieldDescriptor> getFieldMap() throws FormatException
getFieldMap
in interface MappingDescriptor
FormatException
- The format exceptionpublic void setBeanClass(java.lang.Class beanClass)
MappingDescriptor
setBeanClass
in interface MappingDescriptor
beanClass
- The Bean Classpublic java.lang.Class getBeanClass()
MappingDescriptor
getBeanClass
in interface MappingDescriptor
public void setCodePage(java.lang.String codePage)
setCodePage
in interface MappingDescriptor
codePage
- The code page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |