Module swim.linker
Package swim.linker

Class AgentTypeDef

  • All Implemented Interfaces:
    swim.api.agent.AgentTypeContext, swim.codec.Debug

    public final class AgentTypeDef
    extends Object
    implements swim.api.agent.AgentTypeContext, swim.codec.Debug
    • Constructor Detail

      • AgentTypeDef

        public AgentTypeDef​(String name,
                            swim.uri.UriPattern route,
                            String className)
    • Method Detail

      • name

        public String name()
        Specified by:
        name in interface swim.api.agent.AgentTypeContext
      • route

        public swim.uri.UriPattern route()
        Specified by:
        route in interface swim.api.agent.AgentTypeContext
      • route

        public AgentTypeDef route​(swim.uri.UriPattern route)
      • className

        public String className()
      • 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<AgentTypeDef> form()