Class BeanUnmarshaller
java.lang.Object
com.evolveum.midpoint.prism.impl.marshaller.BeanUnmarshaller
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
ConstructorDescriptionBeanUnmarshaller
(@NotNull PrismContext prismContext, @NotNull PrismBeanInspector inspector, @NotNull BeanMarshaller beanMarshaller) -
Method Summary
-
Constructor Details
-
BeanUnmarshaller
public BeanUnmarshaller(@NotNull @NotNull PrismContext prismContext, @NotNull @NotNull PrismBeanInspector inspector, @NotNull @NotNull BeanMarshaller beanMarshaller)
-
-
Method Details
-
getPrismContext
-