Uses of Class
org.smooks.cartridges.routing.basic.FragmentSerializer
-
Packages that use FragmentSerializer Package Description org.smooks.cartridges.routing.basic -
-
Uses of FragmentSerializer in org.smooks.cartridges.routing.basic
Methods in org.smooks.cartridges.routing.basic that return FragmentSerializer Modifier and Type Method Description FragmentSerializerFragmentSerializer. setBindTo(String bindTo)Set the bind-to beanId for the serialized fragment.FragmentSerializerFragmentSerializer. setChildContentOnly(Optional<Boolean> childContentOnly)Set whether or not the child content only should be serialized.FragmentSerializerFragmentSerializer. setOmitXMLDeclaration(Optional<Boolean> omitXMLDeclaration)Omit the XML Declaration from the serialized fragments.FragmentSerializerFragmentSerializer. setRetain(Optional<Boolean> retain)Retain the fragment bean in theBeanContextafter it's creating fragment has been processed.
-