- java.lang.Object
-
- swim.linker.StoreDef
-
- All Implemented Interfaces:
swim.codec.Debug
public final class StoreDef extends Object implements swim.codec.Debug
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(swim.codec.Output<?> output)booleanequals(Object other)static swim.structure.Form<StoreDef>form()inthashCode()Stringpath()StoreDefpath(String path)swim.structure.Valuesettings()StoreDefsettings(swim.structure.Value settings)StringtoString()swim.structure.ValuetoValue()
-
-
-
Method Detail
-
path
public String path()
-
settings
public swim.structure.Value settings()
-
settings
public StoreDef settings(swim.structure.Value settings)
-
toValue
public swim.structure.Value toValue()
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
form
@Kind public static swim.structure.Form<StoreDef> form()
-
-