Class DateTimeInfo
java.lang.Object
online.sharedtype.processor.domain.type.ReferableTypeInfo
online.sharedtype.processor.domain.type.DateTimeInfo
- All Implemented Interfaces:
Serializable,MappableType,TypeInfo
Represents a date/time type, which is simply be emitted as a string or any custom type literal.
It has no counterpart typeDef, explicitly annotating
@SharedType on a date/time type is ignored with a warning.- Author:
- Cause Chung
- See Also:
-
Field Summary
Fields inherited from interface online.sharedtype.processor.domain.type.TypeInfo
NO_TYPE_INFO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMappedName(SharedType.TargetType targetType, String mappedName) mappedName(SharedType.TargetType targetType) toString()Methods inherited from class online.sharedtype.processor.domain.type.ReferableTypeInfo
addReferencingType, referencingTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface online.sharedtype.processor.domain.MappableType
mappedNameOrDefault
-
Constructor Details
-
DateTimeInfo
public DateTimeInfo()
-
-
Method Details
-
qualifiedName
- Specified by:
qualifiedNamein interfaceMappableType
-
toString
-