| Constructor and Description |
|---|
EndpointDefinition(com.fasterxml.jackson.databind.JsonNode resourceType,
com.fasterxml.jackson.databind.JsonNode resourceSchema,
List<com.fasterxml.jackson.databind.JsonNode> resourceSchemaExtensions,
ResourceHandler resourceHandler) |
| Constructor and Description |
|---|
GroupEndpointDefinition(ResourceHandler<Group> resourceHandler) |
MeEndpointDefinition(ResourceHandler<User> resourceHandler) |
ResourceTypeEndpointDefinition(ResourceHandler resourceHandler) |
UserEndpointDefinition(ResourceHandler<User> resourceHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceTypeHandler
author Pascal Knueppel
created at: 17.10.2019 - 22:44 the resourceType handler for the resourceType endpoint that will provide the different resources |
class |
SchemaHandler
author Pascal Knueppel
created at: 20.10.2019 - 12:16 |
class |
ServiceProviderHandler
author Pascal Knueppel
created at: 18.10.2019 - 09:38 the service provider configuration endpoint implementation |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceTypeFactory.registerResourceType(ResourceHandler resourceHandler,
com.fasterxml.jackson.databind.JsonNode resourceType,
com.fasterxml.jackson.databind.JsonNode resourceSchema,
com.fasterxml.jackson.databind.JsonNode... resourceSchemaExtensions)
this method will register a new resource type
|
void |
ResourceTypeFactory.registerResourceType(ResourceHandler resourceHandler,
String id,
String name,
String description,
String schema,
String endpoint,
com.fasterxml.jackson.databind.JsonNode resourceSchema,
com.fasterxml.jackson.databind.JsonNode... resourceSchemaExtensions)
builds a json resource type object and calls
ResourceTypeFactory.registerResourceType(ResourceHandler, JsonNode, JsonNode, JsonNode...) |
Copyright © 2019. All rights reserved.