|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.dataformat.bindy.format.StringFormat
public class StringFormat
| Constructor Summary | |
|---|---|
StringFormat()
|
|
| Method Summary | |
|---|---|
java.lang.String |
format(java.lang.String object)
Formats the object into a String |
java.lang.String |
parse(java.lang.String string)
Parses a String into an object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringFormat()
| Method Detail |
|---|
public java.lang.String format(java.lang.String object)
throws java.lang.Exception
Format
format in interface Format<java.lang.String>object - the object
java.lang.Exception - can be thrown
public java.lang.String parse(java.lang.String string)
throws java.lang.Exception
Format
parse in interface Format<java.lang.String>string - the string
java.lang.Exception - can be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||