Class LongMinuteDurationFieldV8Converter
Object
LongMinuteDurationFieldV8Converter
- All Implemented Interfaces:
Converter<String,,Long> Serializable
Converte notacao de duracao em horas/minutos (00:00) em um integral de minutos
- Author:
- eduardo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResult<Long> convertToModel(String value, ValueContext valueContext) convertToPresentation(Long aLong, ValueContext valueContext) static StringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Converter
chain
-
Constructor Details
-
LongMinuteDurationFieldV8Converter
public LongMinuteDurationFieldV8Converter()
-
-
Method Details