Module swim.uri
Package swim.uri

Class UriPathForm


  • public class UriPathForm
    extends swim.structure.Form<UriPath>
    • Method Detail

      • unit

        public UriPath unit()
        Overrides:
        unit in class swim.structure.Form<UriPath>
      • unit

        public swim.structure.Form<UriPath> unit​(UriPath unit)
        Overrides:
        unit in class swim.structure.Form<UriPath>
      • type

        public Class<UriPath> type()
        Specified by:
        type in class swim.structure.Form<UriPath>
      • mold

        public swim.structure.Item mold​(UriPath value)
        Specified by:
        mold in class swim.structure.Form<UriPath>
      • cast

        public UriPath cast​(swim.structure.Item item)
        Specified by:
        cast in class swim.structure.Form<UriPath>