Uses of Interface
ma.glasnost.orika.impl.generator.AggregateSpecification

Packages that use AggregateSpecification
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
ma.glasnost.orika.impl.generator.specification   
 

Uses of AggregateSpecification in ma.glasnost.orika.impl
 

Methods in ma.glasnost.orika.impl that return types with arguments of type AggregateSpecification
 List<AggregateSpecification> DefaultCodeGenerationStrategy.getAggregateSpecifications()
           
 

Methods in ma.glasnost.orika.impl with parameters of type AggregateSpecification
 void DefaultCodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec, CodeGenerationStrategy.Position relativePosition, Class<AggregateSpecification> relativeSpec)
           
 

Method parameters in ma.glasnost.orika.impl with type arguments of type AggregateSpecification
 void DefaultCodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec, CodeGenerationStrategy.Position relativePosition, Class<AggregateSpecification> relativeSpec)
           
 

Uses of AggregateSpecification in ma.glasnost.orika.impl.generator
 

Methods in ma.glasnost.orika.impl.generator that return types with arguments of type AggregateSpecification
 List<AggregateSpecification> CodeGenerationStrategy.getAggregateSpecifications()
           
 

Methods in ma.glasnost.orika.impl.generator with parameters of type AggregateSpecification
 void CodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec, CodeGenerationStrategy.Position relativePosition, Class<AggregateSpecification> relativeSpec)
          Convenience method to add an AggregateSpecification at a relative position with respect to another AggregateSpecification, or the list in general
 

Method parameters in ma.glasnost.orika.impl.generator with type arguments of type AggregateSpecification
 void CodeGenerationStrategy.addAggregateSpecification(AggregateSpecification spec, CodeGenerationStrategy.Position relativePosition, Class<AggregateSpecification> relativeSpec)
          Convenience method to add an AggregateSpecification at a relative position with respect to another AggregateSpecification, or the list in general
 

Uses of AggregateSpecification in ma.glasnost.orika.impl.generator.specification
 

Classes in ma.glasnost.orika.impl.generator.specification that implement AggregateSpecification
 class MultiOccurrenceToMultiOccurrence
           
 



Copyright © 2013 Glasnost. All Rights Reserved.