Module methanol

Class ForwardingBodyAdapter

    • Constructor Detail

      • ForwardingBodyAdapter

        protected ForwardingBodyAdapter()
    • Method Detail

      • delegate

        protected abstract BodyAdapter delegate()
        Returns the adapter calls are being forwarded to.
      • supportsType

        public boolean supportsType​(TypeRef<?> type)
        Description copied from interface: BodyAdapter
        Returns true if this adapter supports the given type.
        Specified by:
        supportsType in interface BodyAdapter
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object