Uses of Interface
net.anwiba.commons.xml.jaxb.IJaxbContext
-
Packages that use IJaxbContext Package Description net.anwiba.commons.xml.io net.anwiba.commons.xml.jaxb -
-
Uses of IJaxbContext in net.anwiba.commons.xml.io
Methods in net.anwiba.commons.xml.io with parameters of type IJaxbContext Modifier and Type Method Description <C,T>
IRegistableConvertingXmlReader<C,T>RegistableConvertingXmlReaderFactory. create(IApplicable<C> applicable, javax.xml.transform.URIResolver uriResolver, java.lang.String inputXsltScript, IJaxbContext jaxbContext)<C,T>
IRegistableConvertingXmlWriter<C,T>RegistableConvertingXmlWriterFactory. create(IApplicable<C> applicable, javax.xml.transform.URIResolver uriResolver, java.lang.String outputXsltScript, IJaxbContext jaxbContext) -
Uses of IJaxbContext in net.anwiba.commons.xml.jaxb
Classes in net.anwiba.commons.xml.jaxb that implement IJaxbContext Modifier and Type Class Description static classJaxbContextBuilder.JaxbContextMethods in net.anwiba.commons.xml.jaxb that return IJaxbContext Modifier and Type Method Description IJaxbContextJaxbContextBuilder. build()Methods in net.anwiba.commons.xml.jaxb with parameters of type IJaxbContext Modifier and Type Method Description jakarta.xml.bind.MarshallerMarshallerFactory. create(IJaxbContext jaxbContext)jakarta.xml.bind.UnmarshallerUnmarshallerFactory. create(IJaxbContext jaxbContext)
-