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 voidModeledCuratorExamples.createOrUpdate(ModeledFramework<PersonModel> modeled, PersonModel model) static voidModeledCuratorExamplesAlt.createOrUpdate(PersonModelSpec modelSpec, PersonModel model) Method parameters in modeled with type arguments of type PersonModelModifier and TypeMethodDescriptionstatic voidModeledCuratorExamples.createOrUpdate(ModeledFramework<PersonModel> modeled, PersonModel model) static voidModeledCuratorExamples.readPerson(ModeledFramework<PersonModel> modeled, String id, Consumer<PersonModel> receiver) static voidModeledCuratorExamples.readPerson(ModeledFramework<PersonModel> modeled, String id, Consumer<PersonModel> receiver) static voidModeledCuratorExamplesAlt.readPerson(PersonModelSpec modelSpec, ContainerType containerType, PersonId id, Consumer<PersonModel> receiver)