Package 

Class Value.Date

  • All Implemented Interfaces:
    dev.openfeature.sdk.Value

    @Serializable() 
    public final class Value.Date
     implements Value
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Date date
    • Constructor Summary

      Constructors 
      Constructor Description
      Value.Date(Date date)
    • Method Summary

      Modifier and Type Method Description
      final Date getDate()
      • Methods inherited from class dev.openfeature.sdk.Value.Date

        asBoolean, asDate, asDouble, asInteger, asList, asString, asStructure, isNull
      • Methods inherited from class java.lang.Object

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

      • Value.Date

        Value.Date(Date date)