Uses of Class
org.xipki.ca.gateway.acme.util.AcmeJson.Value
-
Packages that use AcmeJson.Value Package Description org.xipki.ca.gateway.acme.util -
-
Uses of AcmeJson.Value in org.xipki.ca.gateway.acme.util
Methods in org.xipki.ca.gateway.acme.util that return AcmeJson.Value Modifier and Type Method Description AcmeJson.ValueAcmeJson.Array. get(int index)Gets theAcmeJson.Valueat the given index.AcmeJson.ValueAcmeJson. get(java.lang.String key)Returns theAcmeJson.Valueof the given key.Methods in org.xipki.ca.gateway.acme.util that return types with arguments of type AcmeJson.Value Modifier and Type Method Description java.util.Iterator<AcmeJson.Value>AcmeJson.Array. iterator()Creates a newIteratorthat iterates over the arrayAcmeJson.Value.java.util.Optional<AcmeJson.Value>AcmeJson.Value. optional()Returns this value asOptional, for further mapping and filtering.java.util.stream.Stream<AcmeJson.Value>AcmeJson.Array. stream()Returns a stream of values.
-