Uses of Class
com.avoka.core.util.ValueObject
Package
Description
Provides base service classes for application services classes to extend.
-
Uses of ValueObject in com.avoka.core.service
Modifier and TypeMethodDescriptionObjectConverterService.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.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.Modifier and TypeMethodDescriptionObjectConverterService.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.