Uses of Interface
one.xingyi.core.endpoints.EndPoint
-
Packages that use EndPoint Package Description one.xingyi.core.endpoints one.xingyi.core.mediatype one.xingyi.core.sdk one.xingyi.core.server -
-
Uses of EndPoint in one.xingyi.core.endpoints
Subinterfaces of EndPoint in one.xingyi.core.endpoints Modifier and Type Interface Description interfaceIMediaTypeEndpoint<Request,Entity extends IXingYiResource>interfaceIResourceEndPoint<Entity extends IXingYiResource,Request,Result>Classes in one.xingyi.core.endpoints that implement EndPoint Modifier and Type Class Description classEntityMediaTypeEndpoint<Request,Entity extends IXingYiResource>classIdAndEntityMediaTypeEndpoint<Request,Entity extends IXingYiResource>classOptionalEntityMediaTypeEndpoint<Request,Entity extends IXingYiResource>Methods in one.xingyi.core.endpoints that return EndPoint Modifier and Type Method Description static EndPointEndPoint. compose(java.util.List<EndPoint> endPoints)static EndPointEndPoint. compose(java.util.List<EndPoint> endPoints, boolean debug)static <J> EndPointEndPoint. javascript(EndpointContext<J> context, java.lang.String prefix)static EndPointEndPoint. printlnDetailsLog(EndPoint endPoint)static EndPointEndPoint. printlnLog(EndPoint endPoint)static EndPointEndPoint. staticEndpoint(EndpointAcceptor0 acceptor, ServiceResponse serviceResponse)Methods in one.xingyi.core.endpoints with parameters of type EndPoint Modifier and Type Method Description static java.util.function.Function<ServiceRequest,java.lang.String>EndPoint. defaultNotFound(EndPoint endPoint)static EndPointEndPoint. printlnDetailsLog(EndPoint endPoint)static EndPointEndPoint. printlnLog(EndPoint endPoint)static java.util.function.Function<ServiceRequest,java.util.concurrent.CompletableFuture<ServiceResponse>>EndPoint. toKliesli(EndPoint original)Method parameters in one.xingyi.core.endpoints with type arguments of type EndPoint Modifier and Type Method Description static EndPointEndPoint. compose(java.util.List<EndPoint> endPoints)static EndPointEndPoint. compose(java.util.List<EndPoint> endPoints, boolean debug) -
Uses of EndPoint in one.xingyi.core.mediatype
Methods in one.xingyi.core.mediatype that return EndPoint Modifier and Type Method Description EndPointIResourceEndpoints. createWithId(java.util.function.Function<java.lang.String,java.util.concurrent.CompletableFuture<Entity>> fn)EndPointIResourceEndpoints. createWithoutId(java.lang.String path, java.util.function.Function<ServiceRequest,Entity> fromFn, java.util.function.Function<Entity,java.util.concurrent.CompletableFuture<IdAndValue<Entity>>> createFn)EndPointIResourceEndpoints. delete(java.util.function.Function<java.lang.String,java.util.concurrent.CompletableFuture<java.lang.Boolean>> fn)EndPointIResourceEndpoints. get(java.util.function.Function<java.lang.String,java.util.concurrent.CompletableFuture<Entity>> fn)EndPointIResourceEndpoints. getOptional(java.util.function.Function<java.lang.String,java.util.concurrent.CompletableFuture<java.util.Optional<Entity>>> fn)EndPointIResourceEndpoints. post(java.lang.String path, java.util.List<java.lang.String> validStates, java.util.function.Function<java.lang.String,java.util.concurrent.CompletableFuture<Entity>> postFn)EndPointIResourceEndpoints. put(java.util.function.BiFunction<ServiceRequest,java.lang.String,IdAndValue<Entity>> fromFn, java.util.function.Function<IdAndValue<Entity>,java.util.concurrent.CompletableFuture<Entity>> fn) -
Uses of EndPoint in one.xingyi.core.sdk
Methods in one.xingyi.core.sdk that return EndPoint Modifier and Type Method Description default EndPointIXingYiServer. endpoint()Methods in one.xingyi.core.sdk that return types with arguments of type EndPoint Modifier and Type Method Description default java.util.List<EndPoint>IXingYiServer. allEndpoints()default <J,Controller>
java.util.List<EndPoint>IXingYiServesResourceCompanion. allEndpoints(EndpointContext<J> context, Controller controller) -
Uses of EndPoint in one.xingyi.core.server
Methods in one.xingyi.core.server with parameters of type EndPoint Modifier and Type Method Description static voidSimpleServer. doAndThenStop(int port, EndPoint endPoints, ConsumerWithException<SimpleServer> consumer)Constructors in one.xingyi.core.server with parameters of type EndPoint Constructor Description EndpointHandler(EndPoint fn)
-