| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.specloader |
Object Reflector API.
|
| org.apache.isis.core.metamodel.specloader.validator | |
| org.apache.isis.core.progmodel.app | |
| org.apache.isis.core.progmodel.metamodelvalidator.dflt | |
| org.apache.isis.progmodels.dflt |
| Modifier and Type | Method and Description |
|---|---|
protected MetaModelValidator |
ObjectReflectorDefault.getMetaModelValidator() |
| Constructor and Description |
|---|
ObjectReflectorDefault(IsisConfiguration configuration,
ClassSubstitutor classSubstitutor,
CollectionTypeRegistry collectionTypeRegistry,
SpecificationTraverser specificationTraverser,
ProgrammingModel programmingModel,
Set<FacetDecorator> facetDecorators,
MetaModelValidator metaModelValidator) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaModelValidatorAbstract |
class |
MetaModelValidatorComposite |
class |
MetaModelValidatorVisiting |
| Modifier and Type | Method and Description |
|---|---|
List<MetaModelValidator> |
MetaModelValidatorComposite.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
MetaModelValidatorComposite |
MetaModelValidatorComposite.add(MetaModelValidator validator) |
static MetaModelValidatorComposite |
MetaModelValidatorComposite.asComposite(MetaModelValidator baseMetaModelValidator) |
| Modifier and Type | Method and Description |
|---|---|
MetaModelValidator |
IsisMetaModel.getMetaModelValidator()
The
MetaModelValidator in force, either defaulted or specified
explicitly. |
| Modifier and Type | Method and Description |
|---|---|
void |
IsisMetaModel.setMetaModelValidator(MetaModelValidator metaModelValidator)
Optionally specify the
MetaModelValidator. |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaModelValidatorDefault |
| Modifier and Type | Method and Description |
|---|---|
protected MetaModelValidator |
JavaReflectorInstallerNoDecorators.createMetaModelValidator(IsisConfiguration configuration)
Hook method to allow subclasses to specify a different implementation of
MetaModelValidator. |
| Modifier and Type | Method and Description |
|---|---|
static SpecificationLoaderSpi |
JavaReflectorHelper.createObjectReflector(ProgrammingModel programmingModel,
ClassSubstitutorFactory classSubstitutorFactory,
Collection<MetaModelRefiner> metaModelRefiners,
Set<FacetDecorator> facetDecorators,
MetaModelValidator mmv,
IsisConfiguration configuration) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.