Uses of Class
de.captaingoldfish.scim.sdk.server.schemas.SchemaFactory
-
Packages that use SchemaFactory Package Description de.captaingoldfish.scim.sdk.server.schemas -
-
Uses of SchemaFactory in de.captaingoldfish.scim.sdk.server.schemas
Methods in de.captaingoldfish.scim.sdk.server.schemas that return SchemaFactory Modifier and Type Method Description protected SchemaFactoryResourceType. getSchemaFactory()used for unit tests in order to prevent application context pollutionSchemaFactoryResourceTypeFactory. getSchemaFactory()this instance is hold in order for unit tests to be able to write tests without polluting the whole application context which might lead to unpredictable unit test errorsConstructors in de.captaingoldfish.scim.sdk.server.schemas with parameters of type SchemaFactory Constructor Description ResourceType(SchemaFactory schemaFactory, com.fasterxml.jackson.databind.JsonNode resourceTypeDocument)ResourceType(SchemaFactory schemaFactory, String resourceDocument)
-