T - the type of object returned by this supplierpublic interface Supplier<T>
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
This interface is the equivalent of a JDK 8 java.util.function.Supplier, backported for JJWT's use in
JDK 7 environments.
T get()
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.