Uses of Class
one.xingyi.certificates.server.domain.Certificate
-
Packages that use Certificate Package Description one.xingyi.certificates one.xingyi.certificates.server.companion one.xingyi.certificates.server.controller one.xingyi.certificates.server.domain -
-
Uses of Certificate in one.xingyi.certificates
Methods in one.xingyi.certificates that return Certificate Modifier and Type Method Description protected CertificateMdmAdapter. prototype(java.lang.String id)Methods in one.xingyi.certificates with parameters of type Certificate Modifier and Type Method Description java.lang.StringMdmAdapter. stateFn(Certificate entity) -
Uses of Certificate in one.xingyi.certificates.server.companion
Methods in one.xingyi.certificates.server.companion that return Certificate Modifier and Type Method Description <J> CertificateCertificateCompanion. fromJson(one.xingyi.core.marshelling.JsonParser<J> jsonParser, J j)Methods in one.xingyi.certificates.server.companion that return types with arguments of type Certificate Modifier and Type Method Description <J> one.xingyi.core.mediatype.IResourceEndpoints<Certificate>CertificateCompanion. endpoints(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context, java.util.function.Function<Certificate,java.lang.String> stateFn)<J> one.xingyi.core.mediatype.IXingYiServerMediaTypeDefn<Certificate>CertificateCompanion. lensMediaDefn(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context)Method parameters in one.xingyi.certificates.server.companion with type arguments of type Certificate Modifier and Type Method Description <J> one.xingyi.core.mediatype.IResourceEndpoints<Certificate>CertificateCompanion. endpoints(one.xingyi.core.mediatype.ServerMediaTypeContext<J> context, java.util.function.Function<Certificate,java.lang.String> stateFn) -
Uses of Certificate in one.xingyi.certificates.server.controller
Methods in one.xingyi.certificates.server.controller that return types with arguments of type Certificate Modifier and Type Method Description java.util.concurrent.CompletableFuture<Certificate>ICertificateController. createWithId(java.lang.String id)java.util.concurrent.CompletableFuture<Certificate>ICertificateController. get(java.lang.String id)java.util.concurrent.CompletableFuture<java.util.Optional<Certificate>>ICertificateController. getOptional(java.lang.String id)java.util.concurrent.CompletableFuture<Certificate>ICertificateController. put(one.xingyi.core.utils.IdAndValue<Certificate> idAndCertificate)Methods in one.xingyi.certificates.server.controller with parameters of type Certificate Modifier and Type Method Description java.lang.StringICertificateController. stateFn(Certificate entity)Method parameters in one.xingyi.certificates.server.controller with type arguments of type Certificate Modifier and Type Method Description java.util.concurrent.CompletableFuture<Certificate>ICertificateController. put(one.xingyi.core.utils.IdAndValue<Certificate> idAndCertificate) -
Uses of Certificate in one.xingyi.certificates.server.domain
Methods in one.xingyi.certificates.server.domain that return Certificate Modifier and Type Method Description CertificateCertificate. withchild(IDetails child)Method parameters in one.xingyi.certificates.server.domain with type arguments of type Certificate Modifier and Type Method Description <J> JCertificate. toJsonWithLinks(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter, one.xingyi.core.marshelling.ContextForJson context, java.util.function.Function<Certificate,java.lang.String> stateFn)
-