Class PrismUnmarshaller
- java.lang.Object
 - 
- com.evolveum.midpoint.prism.impl.marshaller.PrismUnmarshaller
 
 
- 
public class PrismUnmarshaller extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description PrismUnmarshaller(@NotNull PrismContext prismContext, @NotNull BeanUnmarshaller beanUnmarshaller, @NotNull SchemaRegistryImpl schemaRegistry) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Containerable>
ItemDefinition<?>locateItemDefinition(@NotNull PrismContainerDefinition<T> containerDefinition, @NotNull QName itemName, @Nullable XNode xnode) 
 - 
 
- 
- 
Constructor Detail
- 
PrismUnmarshaller
public PrismUnmarshaller(@NotNull @NotNull PrismContext prismContext, @NotNull @NotNull BeanUnmarshaller beanUnmarshaller, @NotNull @NotNull SchemaRegistryImpl schemaRegistry) 
 - 
 
- 
Method Detail
- 
locateItemDefinition
public <T extends Containerable> ItemDefinition<?> locateItemDefinition(@NotNull @NotNull PrismContainerDefinition<T> containerDefinition, @NotNull @NotNull QName itemName, @Nullable @Nullable XNode xnode)
 
 - 
 
 -