Uses of Class
com.avoka.core.util.ValueObject
Packages that use ValueObject
Package
Description
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 ValueObjectModifier 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.Methods in com.avoka.core.service with parameters of type ValueObjectModifier 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.