Package io.atlasmap.actions
Class ObjectFieldActions
- java.lang.Object
-
- io.atlasmap.actions.ObjectFieldActions
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasFieldAction
public class ObjectFieldActions extends Object implements io.atlasmap.spi.AtlasFieldAction
-
-
Constructor Summary
Constructors Constructor Description ObjectFieldActions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Booleancontains(io.atlasmap.v2.Contains contains, List<Object> inputs)static Integercount(io.atlasmap.v2.Count action, List<Object> inputs)static Booleanequals(io.atlasmap.v2.Equals equals, Object input)static BooleanisNull(io.atlasmap.v2.IsNull action, Object input)static ObjectitemAt(io.atlasmap.v2.ItemAt itemAt, List<Object> inputs)static Integerlength(io.atlasmap.v2.Length length, Object input)
-