public interface Converter
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class type) |
Object |
fromString(String str)
Parses a given String and return
|
String |
toString(Object obj) |
Copyright © 2001–2024 Codehaus Plexus. All rights reserved.