Class MskUtcLocalDateTimeParamConverter

java.lang.Object
ru.i_novus.ms.rdm.api.provider.MskUtcLocalDateTimeParamConverter
All Implemented Interfaces:
javax.ws.rs.ext.ParamConverter<java.time.LocalDateTime>, net.n2oapp.platform.jaxrs.TypedParamConverter<java.time.LocalDateTime>

public class MskUtcLocalDateTimeParamConverter
extends java.lang.Object
implements net.n2oapp.platform.jaxrs.TypedParamConverter<java.time.LocalDateTime>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface javax.ws.rs.ext.ParamConverter

    javax.ws.rs.ext.ParamConverter.Lazy
  • Constructor Summary

    Constructors 
    Constructor Description
    MskUtcLocalDateTimeParamConverter​(net.n2oapp.platform.jaxrs.TypedParamConverter<java.time.LocalDateTime> original)  
  • Method Summary

    Modifier and Type Method Description
    java.time.LocalDateTime fromString​(java.lang.String s)  
    java.lang.Class<java.time.LocalDateTime> getType()  
    java.lang.String toString​(java.time.LocalDateTime localDateTime)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getType

      public java.lang.Class<java.time.LocalDateTime> getType()
      Specified by:
      getType in interface net.n2oapp.platform.jaxrs.TypedParamConverter<java.time.LocalDateTime>
    • fromString

      public java.time.LocalDateTime fromString​(java.lang.String s)
      Specified by:
      fromString in interface javax.ws.rs.ext.ParamConverter<java.time.LocalDateTime>
    • toString

      public java.lang.String toString​(java.time.LocalDateTime localDateTime)
      Specified by:
      toString in interface javax.ws.rs.ext.ParamConverter<java.time.LocalDateTime>