Interface MetadataBuildingContext

  • All Known Subinterfaces:
    LocalMetadataBuildingContext

    public interface MetadataBuildingContext
    Describes the context in which the process of building Metadata out of MetadataSources occurs. BindingContext are generally hierarchical getting more specific as we "go down". E.g. global -> PU -> document -> mapping
    Since:
    5.0
    • Method Detail

      • getMappingDefaults

        MappingDefaults getMappingDefaults()
        Access to mapping defaults in effect for this context
        Returns:
        The mapping defaults.
      • getMetadataCollector

        InFlightMetadataCollector getMetadataCollector()
        Access to the collector of metadata as we build it.
        Returns:
        The metadata collector.
      • getObjectNameNormalizer

        ObjectNameNormalizer getObjectNameNormalizer()
        Not sure how I feel about this exposed here
        Returns:
        The ObjectNameNormalizer