Uses of Class
modeled.PersonModel
Packages that use PersonModel
-
Uses of PersonModel in modeled
Methods in modeled that return types with arguments of type PersonModelModifier and TypeMethodDescriptionPersonModelSpec.resolved
(ContainerType containerType, PersonId personId) static ModeledFramework
<PersonModel> ModeledCuratorExamples.wrap
(AsyncCuratorFramework client) Methods in modeled with parameters of type PersonModelModifier and TypeMethodDescriptionstatic void
ModeledCuratorExamples.createOrUpdate
(ModeledFramework<PersonModel> modeled, PersonModel model) static void
ModeledCuratorExamplesAlt.createOrUpdate
(PersonModelSpec modelSpec, PersonModel model) Method parameters in modeled with type arguments of type PersonModelModifier and TypeMethodDescriptionstatic void
ModeledCuratorExamples.createOrUpdate
(ModeledFramework<PersonModel> modeled, PersonModel model) static void
ModeledCuratorExamples.readPerson
(ModeledFramework<PersonModel> modeled, String id, Consumer<PersonModel> receiver) static void
ModeledCuratorExamples.readPerson
(ModeledFramework<PersonModel> modeled, String id, Consumer<PersonModel> receiver) static void
ModeledCuratorExamplesAlt.readPerson
(PersonModelSpec modelSpec, ContainerType containerType, PersonId id, Consumer<PersonModel> receiver)