Class AbstractModelTypeAdapter
java.lang.Object
ch.tocco.nice2.types.impl.typeadapters.AbstractModelTypeAdapter
- All Implemented Interfaces:
ModelTypeAdapter
- Direct Known Subclasses:
AbstractModelTypeAdapter.BooleanTypeAdapter
,AbstractModelTypeAdapter.DateTimeTypeAdapter
,AbstractModelTypeAdapter.DateTypeAdapter
,AbstractModelTypeAdapter.NumberTypeAdapter
,AbstractModelTypeAdapter.StringTypeAdapter
,AbstractModelTypeAdapter.TimeTypeAdapter
,AbstractModelTypeAdapter.UuidTypeAdapter
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
Nested classes/interfaces inherited from interface ch.tocco.nice2.types.api.ModelTypeAdapter
ModelTypeAdapter.LocaleAndTimeZone
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprint
(TypedValue<?> value, ModelTypeAdapter.LocaleAndTimeZone localeAndTimeZone, String pattern) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.types.api.ModelTypeAdapter
print
-
Constructor Details
-
AbstractModelTypeAdapter
public AbstractModelTypeAdapter()
-
-
Method Details
-
print
public String print(TypedValue<?> value, ModelTypeAdapter.LocaleAndTimeZone localeAndTimeZone, String pattern) throws Exception - Specified by:
print
in interfaceModelTypeAdapter
- Throws:
Exception
-