Uses of Class
com.avoka.core.util.ValueObject
-
Packages that use ValueObject Package Description com.avoka.core.service Provides base service classes for application services classes to extend. -
-
Uses of ValueObject in com.avoka.core.service
Methods in com.avoka.core.service that return ValueObject Modifier and Type Method Description ValueObject
ObjectConverterService. toValueObject(org.apache.cayenne.DataObject dataObject, String pathIncludes, List<Pair<String,String>> substitutionPairs)
Convert the given Cayenne data object into a value object, including the specified paths for object relationships.ValueObject
ObjectConverterService. toValueObject(org.apache.cayenne.DataObject dataObject, Set pathIncludes, List<Pair<String,String>> substitutionPairs)
Convert the given Cayenne data object into a value object, including the specified paths for object relationships.Methods in com.avoka.core.service with parameters of type ValueObject Modifier and Type Method Description protected Map<String,com.avoka.core.service.ObjectConverterService.Property>
ObjectConverterService. getValueObjectProperties(ValueObject valueObject)
Return the set of value object properties.org.apache.cayenne.DataObject
ObjectConverterService. toDataObject(ValueObject valueObject, List<Pair<String,String>> substitutionPairs)
Convert the given value object into a Cayenne data object.
-