Module swim.linker
Package swim.linker

Class StoreDef

  • All Implemented Interfaces:
    swim.codec.Debug

    public final class StoreDef
    extends Object
    implements swim.codec.Debug
    • Constructor Detail

      • StoreDef

        public StoreDef​(String path)
      • StoreDef

        public StoreDef​(String path,
                        swim.structure.Value settings)
    • Method Detail

      • settings

        public swim.structure.Value settings()
      • settings

        public StoreDef settings​(swim.structure.Value settings)
      • toValue

        public swim.structure.Value toValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public void debug​(swim.codec.Output<?> output)
        Specified by:
        debug in interface swim.codec.Debug
      • form

        @Kind
        public static swim.structure.Form<StoreDef> form()