public interface EncodableFacet extends MultipleValueFacet
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
fromEncodedString(String encodedData)
Equivalent to
EncoderDecoder.fromEncodedString(String), though
may be implemented through some other equivalent mechanism. |
String |
toEncodedString(ObjectAdapter object)
Equivalent to
EncoderDecoder.toEncodedString(Object), though may
be implemented through some other equivalent mechanism. |
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetObjectAdapter fromEncodedString(String encodedData)
EncoderDecoder.fromEncodedString(String), though
may be implemented through some other equivalent mechanism.String toEncodedString(ObjectAdapter object)
EncoderDecoder.toEncodedString(Object), though may
be implemented through some other equivalent mechanism.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.