Package com.osohq.oso_cloud.internal
Class QueryBuilderImpl.MapArg<SubT>
- java.lang.Object
-
- com.osohq.oso_cloud.internal.QueryBuilderImpl.EvaluateArg<java.util.Map<java.lang.String,SubT>>
-
- com.osohq.oso_cloud.internal.QueryBuilderImpl.MapArg<SubT>
-
- Type Parameters:
SubT- The result type corresponding to the nestedvalueArg.
- Enclosing class:
- QueryBuilderImpl
public static class QueryBuilderImpl.MapArg<SubT> extends QueryBuilderImpl.EvaluateArg<java.util.Map<java.lang.String,SubT>>
Argument for retrieving nested map structures. Result type:Map<String, SubT>.
-
-
Constructor Summary
Constructors Constructor Description MapArg(TypedVar keyVariable, QueryBuilderImpl.EvaluateArg<SubT> valueArg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
MapArg
public MapArg(TypedVar keyVariable, QueryBuilderImpl.EvaluateArg<SubT> valueArg)
-
-