Class SpecParams
Usable by AttributeSpec and other Specs that have Map parameters.
-
Field Summary
Fields inherited from class MapObject
EMPTY, MAP_OBJECT_ARRAY_EXTRACTOR, myMapView, myObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> AttributeSpec<T>getAttributeParameter(ValueFormat<T> expectedFormat) <T> AttributeSpec<T>getAttributeParameter(String name, ValueFormat<T> expectedFormat) Methods inherited from class MapObject
asImmutableMap, equals, from, get, getBoolean, getBoolean, getInt, getInt, getIntList, getList, getLong, getLong, getLongList, getObjectList, getRawObjectList, getString, getStringList, has, hashCode, isEmpty, keys, toString, transform, traverse
-
Constructor Details
-
SpecParams
-
-
Method Details
-
getObject
-
getAttributeParameter
-
getAttributeParameter
@Nullable public <T> AttributeSpec<T> getAttributeParameter(String name, ValueFormat<T> expectedFormat)
-