Uses of Interface
org.objectweb.jorm.verifier.api.MappingVerifier

Packages that use MappingVerifier
org.objectweb.jorm.compiler.api   
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.verifier.api   
org.objectweb.jorm.verifier.lib   
 

Uses of MappingVerifier in org.objectweb.jorm.compiler.api
 

Methods in org.objectweb.jorm.compiler.api that return MappingVerifier
 MappingVerifier JormCompilerConfigurator.getMappingVerifier(java.lang.String mappername)
          Gets the verifier associated with the given mapper.
 

Uses of MappingVerifier in org.objectweb.jorm.compiler.lib
 

Methods in org.objectweb.jorm.compiler.lib that return MappingVerifier
 MappingVerifier JormCompilerConfiguratorImpl.getMappingVerifier(java.lang.String mappername)
          Gets the verifier associated with the given mapper.
 

Uses of MappingVerifier in org.objectweb.jorm.verifier.api
 

Methods in org.objectweb.jorm.verifier.api with parameters of type MappingVerifier
 void Verifier.addMappingVerifier(java.lang.String mappername, MappingVerifier mappingVerifier)
          Adds a mapping verifier which verifies a specific mapping part of the meta information.
 

Uses of MappingVerifier in org.objectweb.jorm.verifier.lib
 

Methods in org.objectweb.jorm.verifier.lib with parameters of type MappingVerifier
 void JormVerifier.addMappingVerifier(java.lang.String mappername, MappingVerifier mappingVerifier)
          Sets the mapping verifier which verifies the mapping part of the meta information.