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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from interface ch.tocco.nice2.types.api.ModelTypeAdapter
ModelTypeAdapter.LocaleAndTimeZone -
Constructor Summary
Constructors -
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, waitMethods 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:
printin interfaceModelTypeAdapter- Throws:
Exception
-