InstanceLocator<io.jsonwebtoken.io.Deserializer<T>>public class RuntimeClasspathDeserializerLocator<T> extends Object implements InstanceLocator<io.jsonwebtoken.io.Deserializer<T>>
| Constructor | Description |
|---|---|
RuntimeClasspathDeserializerLocator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
compareAndSet(io.jsonwebtoken.io.Deserializer<T> d) |
|
io.jsonwebtoken.io.Deserializer<T> |
getInstance() |
|
protected boolean |
isAvailable(String fqcn) |
|
protected io.jsonwebtoken.io.Deserializer<T> |
locate() |
public io.jsonwebtoken.io.Deserializer<T> getInstance()
getInstance in interface InstanceLocator<T>protected io.jsonwebtoken.io.Deserializer<T> locate()
protected boolean compareAndSet(io.jsonwebtoken.io.Deserializer<T> d)
protected boolean isAvailable(String fqcn)
Copyright © 2019. All rights reserved.