Package org.wildfly.security.auth.client
Class ElytronXmlParser.DeferredSupplier<T>
- java.lang.Object
-
- org.wildfly.security.auth.client.ElytronXmlParser.DeferredSupplier<T>
-
- All Implemented Interfaces:
Supplier<T>
- Enclosing class:
- ElytronXmlParser
static final class ElytronXmlParser.DeferredSupplier<T> extends Object implements Supplier<T>
-
-
Constructor Summary
Constructors Constructor Description DeferredSupplier(Supplier<T> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
(package private) void
setSupplier(Supplier<T> supplier)
-