public interface Credentials
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
<V> void |
checkValid(V arg)
Implementors should override this method to perform validation.
|
Credentials |
getDelegate() |
static Credentials |
newInstance(Credentials arg) |
JsonObject |
toJson()
Simple interop to downcast back to JSON for backwards compatibility.
|
Credentials getDelegate()
<V> void checkValid(V arg)
arg
- optional argument or null.JsonObject toJson()
static Credentials newInstance(Credentials arg)
Copyright © 2020 Eclipse. All rights reserved.