Open Kilda Java Documentation
org.openkilda.wfm.config.SecondsToMilisConverter Class Reference
Inheritance diagram for org.openkilda.wfm.config.SecondsToMilisConverter:

Public Member Functions

String toString (Type type, Integer value, Map< String, String > attributes)
 

Protected Member Functions

Integer parseWithoutFormat (String value)
 
Integer convertResult (Number value)
 

Detailed Description

This class converts integer value of seconds to/from milliseconds.

Definition at line 26 of file SecondsToMilisConverter.java.

Member Function Documentation

◆ convertResult()

Integer org.openkilda.wfm.config.SecondsToMilisConverter.convertResult ( Number  value)
protected

Definition at line 33 of file SecondsToMilisConverter.java.

◆ parseWithoutFormat()

Integer org.openkilda.wfm.config.SecondsToMilisConverter.parseWithoutFormat ( String  value)
protected

Definition at line 28 of file SecondsToMilisConverter.java.

◆ toString()

String org.openkilda.wfm.config.SecondsToMilisConverter.toString ( Type  type,
Integer  value,
Map< String, String >  attributes 
)

Definition at line 38 of file SecondsToMilisConverter.java.


The documentation for this class was generated from the following file: