org.nakedobjects.metamodel.specloader.classsubstitutor
Interface ClassSubstitutor
- All Superinterfaces:
- ApplicationScopedComponent, Component, Injectable
- All Known Implementing Classes:
- ClassSubstitutorAbstract, ClassSubstitutorIdentity
public interface ClassSubstitutor
- extends Injectable, ApplicationScopedComponent
Provides capability to translate or ignore classes.
The class strategy is typically required when either an underlying object store
(such as Hibernate); it then allows the enhancement artifacts can be ignored or
interpreted correctly.
|
Method Summary |
java.lang.Class<?> |
getClass(java.lang.Class<?> cls)
|
getClass
java.lang.Class<?> getClass(java.lang.Class<?> cls)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.