Uses of Package
com.yahoo.slime

Packages that use com.yahoo.slime
Package
Description
 
SLIME: 'Schema-Less Interface/Model/Exchange'.
  • Class
    Description
    Interface for read-only access to any value or object that is part of a Slime.
  • Classes in com.yahoo.slime used by com.yahoo.slime
    Class
    Description
    Helper class for inserting values into an ArrayValue.
    Callback interface for traversing arrays.
    Interface for read-write access to any value or object that is part of a Slime.
    Helper interface for inserting values into any of the container classes (ArrayValue, ObjectValue, or Slime).
    Interface for read-only access to any value or object that is part of a Slime.
     
    Helper class for inserting values into an ObjectValue.
    Callback interface for traversing objects.
    Callback interface for traversing objects.
    Top-level value class that contains one Value data object and a symbol table (shared between all directly or indirectly contained ObjectValue data objects).
     
    Helper class for inserting values into a Slime object.
    Enumeration of all possibly Slime data types.
    Visitor interface used to resolve the underlying type of a value represented by an Inspector.