|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JaxbPlatform
Provisional API: This class is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
JaxbPlatformConfig getConfig()
JaxbPlatformDefinition getDefinition()
JaxbFactory getFactory()
JaxbFile buildJaxbFile(JaxbProject jaxbProject,
IFile file)
AnnotationProvider getAnnotationProvider()
AnnotationEditFormatter getAnnotationEditFormatter()
Iterable<JavaAttributeMappingDefinition> getSpecifiedJavaAttributeMappingDefinitions()
Iterable<DefaultJavaAttributeMappingDefinition> getDefaultJavaAttributeMappingDefinitions()
JavaAttributeMappingDefinition getSpecifiedJavaAttributeMappingDefinition(JavaPersistentAttribute attribute)
JavaAttributeMappingDefinition that describes the interpretation of the attribute
as it exists, complete with annotations. It is assumed that the attribute's default mapping
has already been determined.
This may not be null (@see NullSpecifiedJavaAttributeMappingDefinition,) else
an IllegalStateException is thrown.
attribute - The persistent attribute to analyze
JavaAttributeMappingDefinition getSpecifiedJavaAttributeMappingDefinition(String mappingKey)
JavaAttributeMappingDefinition for the given mapping key.
Throw an IllegalArgumentException if the key is not supported by the platform.
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||