Uses of Class
org.eclipse.persistence.jaxb.compiler.PackageInfo
-
Packages that use PackageInfo Package Description org.eclipse.persistence.jaxb.compiler -
-
Uses of PackageInfo in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return PackageInfo Modifier and Type Method Description PackageInfoAnnotationsProcessor. getPackageInfoForPackage(JavaClass javaClass)PackageInfoAnnotationsProcessor. getPackageInfoForPackage(JavaPackage pack, String packageName)Methods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type PackageInfo Modifier and Type Method Description Map<String,PackageInfo>AnnotationsProcessor. getPackageToPackageInfoMappings()Methods in org.eclipse.persistence.jaxb.compiler with parameters of type PackageInfo Modifier and Type Method Description voidAnnotationsProcessor. addPackageToPackageInfoMapping(String packageName, PackageInfo packageInfo)Method parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type PackageInfo Modifier and Type Method Description voidAnnotationsProcessor. setPackageToPackageInfoMappings(HashMap<String,PackageInfo> packageToPackageInfoMappings)
-