Uses of Class
net.n2oapp.criteria.dataset.NestedMap
-
-
Uses of NestedMap in net.n2oapp.criteria.dataset
Subclasses of NestedMap in net.n2oapp.criteria.dataset Modifier and Type Class Description classDataSetДанные объектаMethods in net.n2oapp.criteria.dataset that return NestedMap Modifier and Type Method Description protected NestedMapDataList. createNestedMap(Map map)protected NestedMapDataSet. createNestedMap(Map map)protected NestedMapNestedList. createNestedMap(Map map)protected NestedMapNestedMap. createNestedMap(Map map)Method parameters in net.n2oapp.criteria.dataset with type arguments of type NestedMap Modifier and Type Method Description static ObjectNestedUtils. createApplicableCollection(String key, Function<? super Map,? extends NestedMap> mapConstructor, Function<? super List,? extends NestedList> listConstructor)static ObjectNestedUtils. wrapValue(Object value, Function<? super Map,? extends NestedMap> mapConstructor, Function<? super List,? extends NestedList> listConstructor)
-