Package snap.props
Interface StringCodec.Codeable
- Enclosing class:
- StringCodec
public static interface StringCodec.Codeable
An interface for classes that know how to code/decode themselves.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a String representation of this object.decodeString
(String aString) Configures this object from a String representation.
-
Method Details
-
codeString
String codeString()Returns a String representation of this object. -
decodeString
Configures this object from a String representation.
-