A C E O P U V 

A

assemble(ModuleAssembly) - Method in class org.qi4j.library.conversion.values.EntityToValueAssembler
Deprecated.
 
assemble(ModuleAssembly) - Method in class org.qi4j.library.conversion.values.ValueToEntityAssembler
Deprecated.
 

C

convert(Class<T>, Object) - Method in interface org.qi4j.library.conversion.values.EntityToValue
Deprecated.
Convert an entity to a value.
convert(Class<T>, Object, Function<T, T>) - Method in interface org.qi4j.library.conversion.values.EntityToValue
Deprecated.
Convert an entity to a value with an opportunity to customize its prototype.
convert(Class<T>, Iterable<Object>) - Method in interface org.qi4j.library.conversion.values.EntityToValue
Deprecated.
Convert an iterable of entities to an iterable of values.
convert(Class<T>, Iterable<Object>, Function<T, T>) - Method in interface org.qi4j.library.conversion.values.EntityToValue
Deprecated.
Convert an iterable of entities to an iterable of values with an opportunity to customize their prototypes.
convert(Class<T>, Object) - Method in class org.qi4j.library.conversion.values.EntityToValue.EntityToValueMixin
Deprecated.
 
convert(Class<T>, Object, Function<T, T>) - Method in class org.qi4j.library.conversion.values.EntityToValue.EntityToValueMixin
Deprecated.
 
convert(Class<T>, Iterable<Object>) - Method in class org.qi4j.library.conversion.values.EntityToValue.EntityToValueMixin
Deprecated.
 
convert(Class<T>, Iterable<Object>, Function<T, T>) - Method in class org.qi4j.library.conversion.values.EntityToValue.EntityToValueMixin
Deprecated.
 
create(Class<T>, Object) - Method in interface org.qi4j.library.conversion.values.ValueToEntity
Deprecated.
Create an Entity from a Value.
create(Class<T>, String, Object) - Method in interface org.qi4j.library.conversion.values.ValueToEntity
Deprecated.
Create an Entity from a Value.
create(Class<T>, Object, Function<T, T>) - Method in interface org.qi4j.library.conversion.values.ValueToEntity
Deprecated.
Create an Entity from a Value.
create(Class<T>, String, Object, Function<T, T>) - Method in interface org.qi4j.library.conversion.values.ValueToEntity
Deprecated.
Create an Entity from a Value.
create(Class<T>, Iterable<Object>) - Method in interface org.qi4j.library.conversion.values.ValueToEntity
Deprecated.
Create an Iterable of Entities from an Iterable of Values.
create(Class<T>, Iterable<Object>, Function<T, T>) - Method in interface org.qi4j.library.conversion.values.ValueToEntity
Deprecated.
Create an Iterable of Entities from an Iterable of Values.
create(Class<T>, Object) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 
create(Class<T>, String, Object) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 
create(Class<T>, Object, Function<T, T>) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 
create(Class<T>, String, Object, Function<T, T>) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 
create(Class<T>, Iterable<Object>) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 
create(Class<T>, Iterable<Object>, Function<T, T>) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 
createInstance(EntityBuilder<?>) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 

E

EntityToValue - Interface in org.qi4j.library.conversion.values
Deprecated.
Please use UnitOfWork.toValue(Class, Identity) instead.
EntityToValue.EntityToValueMixin - Class in org.qi4j.library.conversion.values
Deprecated.
 
EntityToValue.EntityToValueMixin() - Constructor for class org.qi4j.library.conversion.values.EntityToValue.EntityToValueMixin
Deprecated.
 
EntityToValueAssembler - Class in org.qi4j.library.conversion.values
Deprecated.
Please use UnitOfWork.toValue(Class, Identity) instead.
EntityToValueAssembler() - Constructor for class org.qi4j.library.conversion.values.EntityToValueAssembler
Deprecated.
 
EntityToValueService - Interface in org.qi4j.library.conversion.values
Deprecated.
Please use UnitOfWork.toValue(Class, Identity) instead.
entityType() - Method in exception org.qi4j.library.conversion.values.PropertyNotPresentException
 

O

org.qi4j.library.conversion.values - package org.qi4j.library.conversion.values
Entities to Values Conversion.

P

PropertyNotPresentException - Exception in org.qi4j.library.conversion.values
 
PropertyNotPresentException(String, Class, Class<? extends EntityComposite>) - Constructor for exception org.qi4j.library.conversion.values.PropertyNotPresentException
 

U

Unqualified - Annotation Type in org.qi4j.library.conversion.values
If the ValueComposite is annotated with this, it means that the lookup of the Value Property should be performed using the unqualified name only, and not via the default of the full qualified name.
update(Object, Object) - Method in interface org.qi4j.library.conversion.values.ValueToEntity
Deprecated.
Update an Entity from a Value.
update(Object, Object) - Method in class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 

V

ValueToEntity - Interface in org.qi4j.library.conversion.values
Deprecated.
Please use UnitOfWork.toEntity(Class, Identity) instead.
ValueToEntityAssembler - Class in org.qi4j.library.conversion.values
Deprecated.
Please use UnitOfWork.toEntity(Class, Identity) instead.
ValueToEntityAssembler() - Constructor for class org.qi4j.library.conversion.values.ValueToEntityAssembler
Deprecated.
 
ValueToEntityMixin - Class in org.qi4j.library.conversion.values
Deprecated.
Please use UnitOfWork.toEntity(Class, Identity) instead.
ValueToEntityMixin() - Constructor for class org.qi4j.library.conversion.values.ValueToEntityMixin
Deprecated.
 
ValueToEntityService - Interface in org.qi4j.library.conversion.values
Deprecated.
Please use UnitOfWork.toEntity(Class, Identity) instead.
valueType() - Method in exception org.qi4j.library.conversion.values.PropertyNotPresentException
 
A C E O P U V