Package org.apache.cayenne.access.types
Class DefaultValueObjectTypeRegistry
java.lang.Object
org.apache.cayenne.access.types.DefaultValueObjectTypeRegistry
- All Implemented Interfaces:
ValueObjectTypeRegistry
Default implementation of
ValueObjectTypeRegistry
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultValueObjectTypeRegistry
(List<ValueObjectType<?, ?>> valueObjectTypeList) -
Method Summary
Modifier and TypeMethodDescription<T> ValueObjectType
<T, ?> getValueType
(Class<? extends T> valueClass) Lookup descriptor in this registry.
-
Constructor Details
-
DefaultValueObjectTypeRegistry
-
-
Method Details
-
getValueType
Description copied from interface:ValueObjectTypeRegistry
Lookup descriptor in this registry.- Specified by:
getValueType
in interfaceValueObjectTypeRegistry
- Parameters:
valueClass
- class of the custom value object- Returns:
ValueObjectType
descriptor
-