| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeContextAbstract.setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader)
Is injected into when the reflector is
initialized. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeveloperUtilitiesServiceDefault.setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecificationLoaderSpiAware.setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectReflectorDefault
Builds the meta-model.
|
| Modifier and Type | Method and Description |
|---|---|
SpecificationLoaderSpi |
ObjectReflectorInstaller.createReflector(ClassSubstitutorFactory classSubstitutorFactory,
Collection<MetaModelRefiner> metaModelRefiners) |
| Modifier and Type | Field and Description |
|---|---|
SpecificationLoaderSpi |
FacetedMethodsBuilderContext.specificationLoader |
| Constructor and Description |
|---|
FacetedMethodsBuilderContext(SpecificationLoaderSpi specificationLoader,
ClassSubstitutor classSubstitutor,
SpecificationTraverser specificationTraverser,
FacetProcessor facetProcessor) |
| Modifier and Type | Method and Description |
|---|---|
SpecificationLoaderSpi |
SpecificationTraverserDefault.getSpecificationLoaderSpi() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecificationTraverserDefault.setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader) |
| Modifier and Type | Method and Description |
|---|---|
SpecificationLoaderSpi |
MetaModelValidatorAbstract.getSpecificationLoaderSpi() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaModelValidatorComposite.setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader) |
void |
MetaModelValidatorAbstract.setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader) |
| Modifier and Type | Method and Description |
|---|---|
SpecificationLoaderSpi |
IsisMetaModel.getSpecificationLoader()
Available once
initialized. |
| Modifier and Type | Method and Description |
|---|---|
static SpecificationLoaderSpi |
JavaReflectorHelper.createObjectReflector(ProgrammingModel programmingModel,
ClassSubstitutorFactory classSubstitutorFactory,
Collection<MetaModelRefiner> metaModelRefiners,
Set<FacetDecorator> facetDecorators,
MetaModelValidator mmv,
IsisConfiguration configuration) |
SpecificationLoaderSpi |
JavaReflectorInstallerNoDecorators.createReflector(ClassSubstitutorFactory classSubstitutorFactory,
Collection<MetaModelRefiner> metaModelRefiners)
Should call
#addFacetDecoratorInstaller(ReflectorDecoratorInstaller) prior to
calling this. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.