Class IsoLocalDateParamConverter

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

public class IsoLocalDateParamConverter
extends java.lang.Object
implements net.n2oapp.platform.jaxrs.TypedParamConverter<java.time.LocalDate>
  • 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
    IsoLocalDateParamConverter()  
  • Method Summary

    Modifier and Type Method Description
    java.time.LocalDate fromString​(java.lang.String value)  
    java.lang.Class<java.time.LocalDate> getType()  
    java.lang.String toString​(java.time.LocalDate value)  

    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.LocalDate> getType()
      Specified by:
      getType in interface net.n2oapp.platform.jaxrs.TypedParamConverter<java.time.LocalDate>
    • fromString

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

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