public interface MetadataBuildingContext
Modifier and Type | Method and Description |
---|---|
BootstrapContext |
getBootstrapContext() |
MetadataBuildingOptions |
getBuildingOptions()
Access to the options specified by the
MetadataBuilder |
ClassLoaderAccess |
getClassLoaderAccess()
Deprecated.
Use
BootstrapContext.getClassLoaderAccess() } instead. |
MappingDefaults |
getMappingDefaults()
Access to mapping defaults in effect for this context
|
InFlightMetadataCollector |
getMetadataCollector()
Access to the collector of metadata as we build it.
|
ObjectNameNormalizer |
getObjectNameNormalizer()
Not sure how I feel about this exposed here
|
BootstrapContext getBootstrapContext()
MetadataBuildingOptions getBuildingOptions()
MetadataBuilder
MappingDefaults getMappingDefaults()
InFlightMetadataCollector getMetadataCollector()
@Deprecated ClassLoaderAccess getClassLoaderAccess()
BootstrapContext.getClassLoaderAccess()
} instead.ObjectNameNormalizer getObjectNameNormalizer()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.