Uses of Class
com.rosetta.model.lib.mapper.MapperItem
Packages that use MapperItem
-
Uses of MapperItem in com.rosetta.model.lib.mapper
Methods in com.rosetta.model.lib.mapper that return MapperItemMethods in com.rosetta.model.lib.mapper that return types with arguments of type MapperItemModifier and TypeMethodDescriptiondefault Optional<MapperItem<?, ?>> MapperBuilder.findParent(MapperItem<?, ?> item) Stream<MapperItem<? extends T, ?>> MapperBuilder.getItems()Stream<MapperItem<? extends T, ?>> MapperC.getItems()Stream<MapperItem<? extends T, ?>> MapperS.getItems()Optional<MapperItem<? extends P, ?>> AbstractMapperItem.getParentItem()protected Stream<MapperItem<? extends T, ?>> MapperC.nonErrorItems()Methods in com.rosetta.model.lib.mapper with parameters of type MapperItemModifier and TypeMethodDescriptiondefault Optional<MapperItem<?, ?>> MapperBuilder.findParent(MapperItem<?, ?> item) static <T,P> MapperS <T> MapperS.of(T t, com.rosetta.model.lib.mapper.MapperPath path, MapperItem<P, ?> parent) Constructors in com.rosetta.model.lib.mapper with parameters of type MapperItemModifierConstructorDescriptionMapperS(MapperItem<? extends T, ?> item) MapperS(MapperItem<? extends T, ?> item, boolean identity) Constructor parameters in com.rosetta.model.lib.mapper with type arguments of type MapperItem