Uses of Class
de.captaingoldfish.scim.sdk.server.schemas.SchemaFactory
Packages that use SchemaFactory
-
Uses of SchemaFactory in de.captaingoldfish.scim.sdk.server.schemas
Methods in de.captaingoldfish.scim.sdk.server.schemas that return SchemaFactoryModifier and TypeMethodDescriptionprotected SchemaFactoryResourceType.getSchemaFactory()used for unit tests in order to prevent application context pollutionResourceTypeFactory.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 SchemaFactoryModifierConstructorDescriptionprotectedResourceType(SchemaFactory schemaFactory, com.fasterxml.jackson.databind.JsonNode resourceTypeDocument) protectedResourceType(SchemaFactory schemaFactory, String resourceDocument)