Class BeanUnmarshaller
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.marshaller.BeanUnmarshaller
-
public class BeanUnmarshaller extends Object
Analogous to PrismUnmarshaller, this class unmarshals atomic values from XNode tree structures. Atomic values are values that can be used as property values (i.e. either simple types, or beans that are not containerables).
-
-
Constructor Summary
Constructors Constructor Description BeanUnmarshaller(PrismContext prismContext, PrismBeanInspector inspector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContext
getPrismContext()
-
-
-
Constructor Detail
-
BeanUnmarshaller
public BeanUnmarshaller(@NotNull PrismContext prismContext, @NotNull PrismBeanInspector inspector)
-
-
Method Detail
-
getPrismContext
@NotNull public PrismContext getPrismContext()
-
-