Interface Signature

All Superinterfaces:
OAuthParam, Supplier<String>
All Known Implementing Classes:
Signature.DefaultSignature
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface Signature
extends OAuthParam
Represents a oauth_signature.

Use of(String) to create a new instance.

Author:
Martin Siegemund
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  Signature.DefaultSignature
    The default implementation of Signature.
  • Method Summary

    Static Methods 
    Modifier and Type Method Description
    static Signature of​(String value)
    Create a new instance.

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details