Uses of Package
ma.glasnost.orika.metadata

Packages that use ma.glasnost.orika.metadata
ma.glasnost.orika   
ma.glasnost.orika.constructor   
ma.glasnost.orika.converter   
ma.glasnost.orika.converter.builtin   
ma.glasnost.orika.impl   
ma.glasnost.orika.impl.generator   
ma.glasnost.orika.impl.generator.specification   
ma.glasnost.orika.impl.mapping.strategy   
ma.glasnost.orika.impl.util   
ma.glasnost.orika.inheritance   
ma.glasnost.orika.metadata   
ma.glasnost.orika.property   
ma.glasnost.orika.unenhance   
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika
ClassMap
          ClassMap represents a mapping association from one type to another.
ClassMapBuilder
          ClassMapBuilder provides a fluent API which can be used to define a mapping from one class to another.
MapperKey
          MapperKey represents a key which can be used to store the types mapped by a given Mapper.
Property
          Property is an immutable representation of an accessor/mutator pair (either of which may be null) that is used to generate code needed to copy data from one type to another.
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.constructor
ClassMap
          ClassMap represents a mapping association from one type to another.
FieldMap
           
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.converter
ConverterKey
           
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.converter.builtin
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.impl
ClassMap
          ClassMap represents a mapping association from one type to another.
ClassMapBuilder
          ClassMapBuilder provides a fluent API which can be used to define a mapping from one class to another.
ClassMapBuilderFactory
          ClassMapBuilderFactory should be used to construct the new instances of ClassMapBuilder needed to register a mapping from one class/type to another class/type.
FieldMap
           
MapperKey
          MapperKey represents a key which can be used to store the types mapped by a given Mapper.
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.impl.generator
ClassMap
          ClassMap represents a mapping association from one type to another.
FieldMap
           
Property
          Property is an immutable representation of an accessor/mutator pair (either of which may be null) that is used to generate code needed to copy data from one type to another.
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.impl.generator.specification
FieldMap
           
Property
          Property is an immutable representation of an accessor/mutator pair (either of which may be null) that is used to generate code needed to copy data from one type to another.
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.impl.mapping.strategy
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.impl.util
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.inheritance
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.metadata
ClassMap
          ClassMap represents a mapping association from one type to another.
ClassMapBuilder
          ClassMapBuilder provides a fluent API which can be used to define a mapping from one class to another.
ClassMapBuilderFactory
          ClassMapBuilderFactory should be used to construct the new instances of ClassMapBuilder needed to register a mapping from one class/type to another class/type.
ClassMapBuilderForArrays
          ClassMapBuilderForMaps is a custom ClassMapBuilder instance which is used for mapping standard JavaBeans to Map instances.
ClassMapBuilderForLists
          ClassMapBuilderForMaps is a custom ClassMapBuilder instance which is used for mapping standard JavaBeans to Map instances.
ClassMapBuilderForMaps
          ClassMapBuilderForMaps is a custom ClassMapBuilder instance which is used for mapping standard JavaBeans to Map instances.
FieldMap
           
FieldMapBuilder
          FieldMapBuilder is used in cooperation with the ClassMapBuilder fluent api to configure the details of a given FieldMap instance.
MapperKey
          MapperKey represents a key which can be used to store the types mapped by a given Mapper.
MappingDirection
           
NestedProperty
          NestedProperty represents a property which is accessed by chaining calls to multiple properties.
Property
          Property is an immutable representation of an accessor/mutator pair (either of which may be null) that is used to generate code needed to copy data from one type to another.
Property.Builder
          Builder is used to construct immutable Property instances
ScoringClassMapBuilder.FieldMatchScore
          FieldMatchScore is used to score the match of a pair of property expressions
ScoringClassMapBuilder.PropertyMatchingWeights
          PropertyMatchingWeights is a class used to describe how different matching scenarios should be weighted when computing a match score for a set of properties.
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.property
NestedProperty
          NestedProperty represents a property which is accessed by chaining calls to multiple properties.
Property
          Property is an immutable representation of an accessor/mutator pair (either of which may be null) that is used to generate code needed to copy data from one type to another.
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 

Classes in ma.glasnost.orika.metadata used by ma.glasnost.orika.unenhance
Type
          Type is an implementation of ParameterizedType which may be used in various mapping methods where a Class instance would normally be used, in order to provide more specific details as to the actual types represented by the generic template parameters in a given class.

Such details are not normally available at runtime using a Class instance due to type-erasure.

Type essentially provides a runtime token to represent a ParameterizedType with fully-resolve actual type arguments; it will contain
 



Copyright © 2013 Glasnost. All Rights Reserved.