Uses of Class
modeled.ContainerType
Packages that use ContainerType
-
Uses of ContainerType in modeled
Methods in modeled that return ContainerTypeMethods in modeled with parameters of type ContainerTypeModifier and TypeMethodDescriptionstatic void
ModeledCuratorExamplesAlt.readPerson
(PersonModelSpec modelSpec, ContainerType containerType, PersonId id, Consumer<PersonModel> receiver) PersonModelSpec.resolved
(ContainerType containerType, PersonId personId) Constructors in modeled with parameters of type ContainerTypeModifierConstructorDescriptionPersonModel
(PersonId id, ContainerType containerType, String firstName, String lastName, int age)