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(@NotNull PrismContext prismContext, @NotNull PrismBeanInspector inspector, @NotNull BeanMarshaller beanMarshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull PrismContext
getPrismContext()
-
-
-
Constructor Detail
-
BeanUnmarshaller
public BeanUnmarshaller(@NotNull @NotNull PrismContext prismContext, @NotNull @NotNull PrismBeanInspector inspector, @NotNull @NotNull BeanMarshaller beanMarshaller)
-
-
Method Detail
-
getPrismContext
@NotNull public @NotNull PrismContext getPrismContext()
-
-