Class PrismUnmarshaller
java.lang.Object
com.evolveum.midpoint.prism.impl.marshaller.PrismUnmarshaller
-
Constructor Summary
ConstructorDescriptionPrismUnmarshaller
(@NotNull PrismContext prismContext, @NotNull BeanUnmarshaller beanUnmarshaller, @NotNull SchemaRegistryImpl schemaRegistry) -
Method Summary
Modifier and TypeMethodDescription<T extends Containerable>
ItemDefinition<?>locateItemDefinition
(@NotNull ItemDefinition<?> containerDefinition, @NotNull QName itemName, @Nullable XNode xnode)
-
Constructor Details
-
PrismUnmarshaller
public PrismUnmarshaller(@NotNull @NotNull PrismContext prismContext, @NotNull @NotNull BeanUnmarshaller beanUnmarshaller, @NotNull @NotNull SchemaRegistryImpl schemaRegistry)
-
-
Method Details
-
locateItemDefinition
public <T extends Containerable> ItemDefinition<?> locateItemDefinition(@NotNull @NotNull ItemDefinition<?> containerDefinition, @NotNull @NotNull QName itemName, @Nullable @Nullable XNode xnode)
-