@NotNull PrismSerializer<T> |
PrismSerializer.context(@Nullable SerializationContext context) |
Sets the context for the serialization operation, containing e.g.
|
@NotNull PrismSerializer<T> |
PrismSerializer.definition(ItemDefinition itemDefinition) |
Sets the item definition to be used during serialization.
|
@NotNull PrismSerializer<Element> |
PrismContext.domSerializer() |
Creates a serializer for DOM.
|
@NotNull PrismSerializer<T> |
PrismSerializer.itemsToSkip(Collection<? extends QName> itemNames) |
These items will be skipped during serialization.
|
@NotNull PrismSerializer<String> |
PrismContext.jsonSerializer() |
Creates a serializer for JSON language.
|
@NotNull PrismSerializer<T> |
PrismSerializer.options(@Nullable SerializationOptions options) |
Sets the serialization options (part of the context).
|
@NotNull PrismSerializer<T> |
PrismSerializer.root(QName elementName) |
Sets the name of the root element.
|
@NotNull PrismSerializer<String> |
PrismContext.serializerFor(@NotNull String language) |
Creates a serializer for the given language.
|
@NotNull PrismSerializer<String> |
PrismContext.xmlSerializer() |
Creates a serializer for XML language.
|
@NotNull PrismSerializer<RootXNode> |
PrismContext.xnodeSerializer() |
Creates a serializer for XNode.
|
@NotNull PrismSerializer<String> |
PrismContext.yamlSerializer() |
Creates a serializer for YAML language.
|