java.lang.Object
org.infinispan.server.core.dataconversion.deserializer.SEntity
org.infinispan.server.core.dataconversion.deserializer.SPrim

public class SPrim extends SEntity
Based on Serialisys by Eamonn McManus
  • Method Details

    • getValue

      public Object getValue()
      The value of the primitive object, wrapped in the corresponding wrapper type, for example Integer if the primitive is an int.
    • json

      public Json json()
      Specified by:
      json in class SEntity