Class SchemaFactoryImpl
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.schema.SchemaFactoryImpl
-
- All Implemented Interfaces:
SchemaFactory
public class SchemaFactoryImpl extends Object implements SchemaFactory
-
-
Constructor Summary
Constructors Constructor Description SchemaFactoryImpl(@NotNull PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutablePrismSchema
createPrismSchema(@NotNull String namespace)
-
-
-
Constructor Detail
-
SchemaFactoryImpl
public SchemaFactoryImpl(@NotNull @NotNull PrismContext prismContext)
-
-
Method Detail
-
createPrismSchema
public MutablePrismSchema createPrismSchema(@NotNull @NotNull String namespace)
- Specified by:
createPrismSchema
in interfaceSchemaFactory
-
-