Module swim.linker
Package swim.linker

Class ServerDef

  • All Implemented Interfaces:
    swim.codec.Debug

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

      • ServerDef

        public ServerDef​(swim.collections.HashTrieMap<String,​PlaneDef> planeDefs,
                         swim.collections.HashTrieMap<swim.uri.Uri,​ServiceDef> serviceDefs,
                         StoreDef storeDef)
    • Method Detail

      • planeDefs

        public swim.collections.HashTrieMap<String,​PlaneDef> planeDefs()
      • serviceDefs

        public swim.collections.HashTrieMap<swim.uri.Uri,​ServiceDef> serviceDefs()
      • getServiceDef

        public ServiceDef getServiceDef​(swim.uri.Uri serviceUri)
      • 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<ServerDef> form()