Uses of Class
io.polygenesis.models.apiimpl.DomainObjectConverterMethod
-
-
Uses of DomainObjectConverterMethod in io.polygenesis.models.apiimpl
Methods in io.polygenesis.models.apiimpl that return types with arguments of type DomainObjectConverterMethod Modifier and Type Method Description Set<DomainObjectConverterMethod>DomainObjectConverter. getMethods()Gets methods.Constructor parameters in io.polygenesis.models.apiimpl with type arguments of type DomainObjectConverterMethod Constructor Description DomainObjectConverter(io.polygenesis.models.domain.DomainObject domainObject, Set<DomainObjectConverterMethod> methods)Instantiates a new Domain object converter.
-