Interface Inspectable

All Known Subinterfaces:
Inspector
All Known Implementing Classes:
SlimeAdapter, Value, Value.ArrayValue, Value.BoolValue, Value.DataValue, Value.DoubleValue, Value.EmptyValue, Value.LongValue, Value.ObjectValue, Value.StringValue

public interface Inspectable
Minimal API to implement for objects containing or exposing structured, generic, schemaless data. Use this when it's impractical to implement the Inspector interface directly.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an Inspector exposing this object's structured data.
  • Method Details

    • inspect

      Inspector inspect()
      Returns an Inspector exposing this object's structured data.