Class Expressions


  • public final class Expressions
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Expressions.ReservedExpression
      Expression that does not encode reserved characters.
    • Constructor Summary

      Constructors 
      Constructor Description
      Expressions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static feign.template.Expression create​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Expressions

        public Expressions()
    • Method Detail

      • create

        public static feign.template.Expression create​(java.lang.String value)