public class EncodableFacetUsingEncoderDecoder extends FacetAbstract implements EncodableFacet
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.Validating| Modifier and Type | Field and Description |
|---|---|
static String |
ENCODED_NULL |
| Constructor and Description |
|---|
EncodableFacetUsingEncoderDecoder(org.apache.isis.applib.adapters.EncoderDecoder<?> encoderDecoder,
FacetHolder holder,
AdapterManager adapterManager,
ServicesInjector dependencyInjector) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
fromEncodedString(String encodedData)
Equivalent to
EncoderDecoder.fromEncodedString(String), though
may be implemented through some other equivalent mechanism. |
AdapterManager |
getAdapterManager() |
ServicesInjector |
getDependencyInjector() |
String |
toEncodedString(ObjectAdapter adapter)
Equivalent to
EncoderDecoder.toEncodedString(Object), though may
be implemented through some other equivalent mechanism. |
protected String |
toStringValues() |
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic static String ENCODED_NULL
public EncodableFacetUsingEncoderDecoder(org.apache.isis.applib.adapters.EncoderDecoder<?> encoderDecoder, FacetHolder holder, AdapterManager adapterManager, ServicesInjector dependencyInjector)
protected String toStringValues()
toStringValues in class FacetAbstractpublic ObjectAdapter fromEncodedString(String encodedData)
EncodableFacetEncoderDecoder.fromEncodedString(String), though
may be implemented through some other equivalent mechanism.fromEncodedString in interface EncodableFacetpublic String toEncodedString(ObjectAdapter adapter)
EncodableFacetEncoderDecoder.toEncodedString(Object), though may
be implemented through some other equivalent mechanism.toEncodedString in interface EncodableFacetpublic ServicesInjector getDependencyInjector()
public AdapterManager getAdapterManager()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.