Uses of Class
com.helger.jaxb.JAXBContextCacheKey
Packages that use JAXBContextCacheKey
-
Uses of JAXBContextCacheKey in com.helger.jaxb
Methods in com.helger.jaxb that return JAXBContextCacheKeyModifier and TypeMethodDescriptionstatic JAXBContextCacheKeyJAXBContextCacheKey.createForClass(Class<?> aClass) Get theJAXBContextfrom an existingClassobject.static JAXBContextCacheKeyJAXBContextCacheKey.createForClass(Class<?> aClass, ClassLoader aClassLoader) Get theJAXBContextfrom an existingClassobject.static JAXBContextCacheKeyJAXBContextCacheKey.createForClasses(com.helger.commons.collection.impl.ICommonsList<Class<?>> aClasses) Get theJAXBContextfrom existingClassobjects.static JAXBContextCacheKeyJAXBContextCacheKey.createForClasses(com.helger.commons.collection.impl.ICommonsList<Class<?>> aClasses, Map<String, ?> aProperties) Get theJAXBContextfrom existingClassobjects and optional JAXB Context properties.static JAXBContextCacheKeyJAXBContextCacheKey.createForClasses(Class<?>... aClasses) Get theJAXBContextfrom existingClassobjects.static JAXBContextCacheKeyJAXBContextCacheKey.createForPackage(Package aPackage) Factory method with a single package and the defaultClassLoader.static JAXBContextCacheKeyJAXBContextCacheKey.createForPackage(Package aPackage, ClassLoader aClassLoader) Factory method with a single package and the providedClassLoader.static JAXBContextCacheKeyJAXBContextCacheKey.createForPackages(com.helger.commons.collection.impl.ICommonsList<Package> aPackages) Factory method with a list of packages and the defaultClassLoader.static JAXBContextCacheKeyJAXBContextCacheKey.createForPackages(com.helger.commons.collection.impl.ICommonsList<Package> aPackages, ClassLoader aClassLoader) Factory method with a list of packages and the providedClassLoader.static JAXBContextCacheKeyJAXBContextCacheKey.createForPackages(Package... aPackages) Factory method with a list of packages and the defaultClassLoader.