Package com.yahoo.data.access
Interface Inspectable
- All Known Subinterfaces:
Inspector
- All Known Implementing Classes:
MatchFeatureData.HitValue,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
-
Method Details
-
inspect
Inspector inspect()Returns an Inspector exposing this object's structured data.
-